pub type Base64 = Binary;
Expand description

Alias of cosmwasm_std::Binary for better naming

Aliased Type§

struct Base64(pub Vec<u8>);

Fields§

§0: Vec<u8>