Crate saa_common

Source

Re-exports§

pub use types::uints::Uint64;
pub use types::exp::Expiration;
pub use types::exts::InfoExtension;
pub use types::exts::PayloadExtension;
pub use types::signed::MsgDataToSign;
pub use types::signed::MsgDataToVerify;
pub use types::cred::*;
pub use types::errors::*;
pub use types::binary::*;

Modules§

types
vec
A contiguous growable array type with heap-allocated contents, written Vec<T>.

Macros§

cfg_mod_pub
cfg_mod_use
ensure
format
Creates a String using interpolation of runtime expressions.
mod_use
vec
Creates a Vec containing the arguments.

Structs§

String
A UTF-8–encoded, growable string.
Vec
A contiguous growable array type, written as Vec<T>, short for ‘vector’.

Traits§

FromStr
Parse a value from a string
Identifiable
ToString
A trait for converting a value to a String.
Verifiable