pub fn decode_and_convert(encoded: &str) -> NeutronResult<AddressBytes>Expand description
Decodes a bech32 encoded string and converts to base64 encoded bytes https://github.com/cosmos/cosmos-sdk/blob/ad9e5620fb3445c716e9de45cfcdb56e8f1745bf/types/bech32/bech32.go#L20