MockApiBech32

Type Alias MockApiBech32 

Source
pub type MockApiBech32 = MockApiBech<Bech32>;
Expand description

Implementation of the cosmwasm_std::Api trait that uses Bech32 format for humanizing canonical addresses.

Aliased Typeยง

pub struct MockApiBech32 { /* private fields */ }