Interface MsgInstantiateContract2ResponseAmino

MsgInstantiateContract2Response return instantiation result data

interface MsgInstantiateContract2ResponseAmino {
    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