Interface MsgInstantiateContractResponseAmino

MsgInstantiateContractResponse return instantiation result data

interface MsgInstantiateContractResponseAmino {
    address?: string;
    data?: string;
}

Properties

Properties

address?: string

Address is the bech32 address of the new contract instance.

data?: string

Data contains bytes to returned from the contract