Base64

Type Alias Base64 

Source
pub type Base64 = Binary;
Expand description

Alias of cosmwasm_std::Binary for better naming

Aliased Type§

pub struct Base64(pub Vec<u8>);

Tuple Fields§

§0: Vec<u8>