Preparing search index...
The search index is not available
Documentation
Documentation
@hackbg/fadroma
fadroma
Scrt
SecretJS
Tx
MsgExecuteContract
Class MsgExecuteContract<T>
Execute a function on a contract
Type Parameters
T
extends
object
Hierarchy
MsgExecuteContract
MsgSnip20Send
MsgSnip20Transfer
MsgSnip20IncreaseAllowance
MsgSnip20DecreaseAllowance
MsgSnip20SetViewingKey
MsgSnip721Send
MsgSnip721AddMinter
MsgSnip721Mint
Implements
Msg
Index
Constructors
constructor
Properties
code
Hash
contract
Address
msg
msg
Encrypted
sender
sent
Funds
warn
Code
Hash
Methods
to
Amino
to
Proto
Constructors
constructor
new
Msg
Execute
Contract
<
T
>
(
__namedParameters
)
:
MsgExecuteContract
<
T
>
Type Parameters
T
extends
object
Parameters
__namedParameters
:
MsgExecuteContractParams
<
T
>
Returns
MsgExecuteContract
<
T
>
Properties
code
Hash
code
Hash
:
string
contract
Address
contract
Address
:
string
msg
msg
:
T
Private
msg
Encrypted
msg
Encrypted
:
Uint8Array
sender
sender
:
string
sent
Funds
sent
Funds
:
Scrt
.
SecretJS
.
Tx
.
Coin
[]
Private
warn
Code
Hash
warn
Code
Hash
:
boolean
= false
Methods
to
Amino
to
Amino
(
utils
)
:
Promise
<
Scrt
.
SecretJS
.
Tx
.
AminoMsg
>
Parameters
utils
:
EncryptionUtils
Returns
Promise
<
Scrt
.
SecretJS
.
Tx
.
AminoMsg
>
to
Proto
to
Proto
(
utils
)
:
Promise
<
ProtoMsg
>
Parameters
utils
:
EncryptionUtils
Returns
Promise
<
ProtoMsg
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
code
Hash
contract
Address
msg
msg
Encrypted
sender
sent
Funds
warn
Code
Hash
to
Amino
to
Proto
Documentation
@fadroma/agent
@hackbg/fadroma
Generated using
TypeDoc
Execute a function on a contract