Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

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

Index

Constructors

Properties

params: Params

Methods

  • getMsgObject(): object
  • toAmino(): { type: string; value: Object }
  • toData(): { @type: string; contract: string; funds: Coin[]; msg: internal.Uint8Array; sender: string }
  • toDirectSignJSON(): string
  • toEip712(): { type: string; value: Record<string, unknown> }
  • toJSON(): string
  • toWeb3(): { @type: string; contract: string; funds: Coin[]; msg: any; sender: string }
  • Returns { @type: string; contract: string; funds: Coin[]; msg: any; sender: string }

    • @type: string
    • contract: string

      Contract is the address of the smart contract

    • funds: Coin[]

      Funds coins that are transferred to the contract on execution

    • msg: any
    • sender: string

      Sender is the that actor that signed the messages

Generated using TypeDoc