Crate cw_auth

Crate cw_auth 

Source
Expand description

§cosmwasm off-chain auth

a utility that takes an ADR-036 signed document containing an auth token, decodes and verifies it, returning the inner token if it is valid

Re-exports§

pub use crate::error::AuthError;
pub use crate::auth::*;

Modules§

auth
error