Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MsgBase<MsgPrivilegedExecuteContract.Params, MsgPrivilegedExecuteContract.Proto>
    • MsgPrivilegedExecuteContract

Index

Constructors

Properties

params: Params

Methods

  • toAmino(): { type: string; value: { contract_address: string; data: string; funds: string; sender: string } }
  • toData(): { @type: string; contractAddress: string; data: string; funds: string; sender: string }
  • Returns { @type: string; contractAddress: string; data: string; funds: string; sender: string }

    • @type: string
    • contractAddress: string

      contract_address defines the contract address to execute

    • data: string

      data defines the call data used when executing the contract

    • funds: string

      funds defines the user's bank coins used to fund the execution (e.g. 100inj).

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

Generated using TypeDoc