Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MsgBase<MsgExecuteContractCompat.Params, MsgExecuteContractCompat.Proto, MsgExecuteContractCompat.Object>
    • MsgExecuteContractCompat

Index

Constructors

Properties

params: Params

Methods

  • getMsgObject(): object
  • toAmino(): { type: string; value: { contract: string; funds: string; msg: string; sender: string } }
  • toData(): { @type: string; contract: string; funds: string; msg: string; sender: string }
  • Returns { @type: string; contract: string; funds: string; msg: string; sender: string }

    • @type: string
    • contract: string

      Contract is the address of the smart contract

    • funds: string

      Funds coins that are transferred to the contract on execution

    • msg: string

      Msg json encoded message to be passed to the contract

    • sender: string

      Sender is the that actor that signed the messages

  • toDirectSignJSON(): string
  • toEip712(): { type: string; value: Record<string, unknown> }
  • toJSON(): string
  • toWeb3(): { @type: string; contract: string; funds: string; msg: string; sender: string }

Generated using TypeDoc