Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgExecuteContract

Hierarchy

Index

Constructors

constructor

  • Parameters

    • sender: string

      contract user

    • contract: string

      contract address

    • execute_msg: object
    • coins: Coins.Input = {}

      coins to be sent to contract

    Returns MsgExecuteContract

Properties

coins

coins: Coins

contract

contract: string

execute_msg

execute_msg: object

sender

sender: string

Methods

packAny

  • packAny(): Any

toAmino

toAminoJSON

  • toAminoJSON(): string
  • Returns string

toData

toJSON

  • toJSON(): string
  • Returns string

toProto

  • toProto(): MsgExecuteContract

Static fromAmino

Static fromData

Static fromProto

Static unpackAny