Predictable address generation for the MsgInstantiateContract2
introduced with wasmd 0.29.
With checksum, creator and salt, the instantiate 2 address is
generated in binary form. The bech32Prefix is then used for the bech32 representation.
Chains using address formats other than bech32 are not supported by this API.
Predictable address generation for the MsgInstantiateContract2 introduced with wasmd 0.29.
With
checksum
,creator
andsalt
, the instantiate 2 address is generated in binary form. Thebech32Prefix
is then used for the bech32 representation. Chains using address formats other than bech32 are not supported by this API.