Search
Preparing search index...
The search index is not available
Secret.js Docs
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Secret.js Docs
MsgExecuteContract
Class MsgExecuteContract<T>
Execute a function on a contract
Type parameters
T
:
object
Hierarchy
MsgExecuteContract
MsgSnip20Send
MsgSnip20Transfer
MsgSnip20IncreaseAllowance
MsgSnip20DecreaseAllowance
MsgSnip20SetViewingKey
MsgSnip721Send
MsgSnip721AddMinter
MsgSnip721Mint
Implements
Msg
Index
Constructors
constructor
Properties
code
Hash
contract
Address
msg
sender
sent
Funds
Methods
to
Amino
to
Proto
Constructors
constructor
new
Msg
Execute
Contract
<
T
>
(
__namedParameters
:
MsgExecuteContractParams
<
T
>
)
:
MsgExecuteContract
<
T
>
Type parameters
T
:
object
Parameters
__namedParameters:
MsgExecuteContractParams
<
T
>
Returns
MsgExecuteContract
<
T
>
Properties
code
Hash
code
Hash
:
string
contract
Address
contract
Address
:
string
msg
msg
:
T
sender
sender
:
string
sent
Funds
sent
Funds
:
Coin
[]
Methods
to
Amino
to
Amino
(
utils
:
EncryptionUtils
)
:
Promise
<
AminoMsg
>
Parameters
utils:
EncryptionUtils
Returns
Promise
<
AminoMsg
>
to
Proto
to
Proto
(
utils
:
EncryptionUtils
)
:
Promise
<
ProtoMsg
>
Parameters
utils:
EncryptionUtils
Returns
Promise
<
ProtoMsg
>
Exports
<internal>
Msg
Execute
Contract
constructor
code
Hash
contract
Address
msg
sender
sent
Funds
to
Amino
to
Proto
Execute a function on a contract