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::auth::*;
pub use crate::error::AuthError;

Modules