interface MsgExecuteContractEncodeObject {
    typeUrl: "/cosmwasm.wasm.v1.MsgExecuteContract";
    value: Partial<MsgExecuteContract>;
}

Hierarchy

  • EncodeObject
    • MsgExecuteContractEncodeObject

Properties

Properties

typeUrl: "/cosmwasm.wasm.v1.MsgExecuteContract"
value: Partial<MsgExecuteContract>

Generated using TypeDoc