MsgInstantiateContractResponse return instantiation result data

interface MsgInstantiateContractResponse {
    address: string;
    data: Uint8Array;
}

Properties

Properties

address: string

Address is the bech32 address of the new contract instance.

data: Uint8Array

Data contains base64-encoded bytes to returned from the contract

Generated using TypeDoc