• 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.

    Parameters

    • checksum: Uint8Array
    • creator: string
    • salt: Uint8Array
    • bech32Prefix: string

    Returns string

Generated using TypeDoc