MsgInstantiateContract2Response return instantiation result data

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

Properties

Properties

address: string

Address is the bech32 address of the new contract instance.

data: Uint8Array

Data contains bytes to returned from the contract