Preparing search index...
The search index is not available
Documentation
Documentation
@fadroma/scrt
SecretJS
Tx
MsgSend
Class MsgSend
MsgSend represents a message to send coins from one account to another.
Implements
SecretJS
.
Tx
.
Msg
Index
Constructors
constructor
Properties
amount
from_
address
to_
address
Methods
to
Amino
to
Proto
Constructors
constructor
new
Msg
Send
(
__namedParameters
)
:
SecretJS
.
Tx
.
MsgSend
Parameters
__namedParameters
:
SecretJS
.
Tx
.
MsgSendParams
Returns
SecretJS
.
Tx
.
MsgSend
Properties
amount
amount
:
SecretJS
.
Tx
.
Coin
[]
from_
address
from_
address
:
string
to_
address
to_
address
:
string
Methods
to
Amino
to
Amino
(
)
:
Promise
<
SecretJS
.
Tx
.
AminoMsg
>
Returns
Promise
<
SecretJS
.
Tx
.
AminoMsg
>
to
Proto
to
Proto
(
)
:
Promise
<
SecretJS
.
Tx
.
ProtoMsg
>
Returns
Promise
<
SecretJS
.
Tx
.
ProtoMsg
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
amount
from_
address
to_
address
to
Amino
to
Proto
Documentation
@fadroma
agent
scrt
cw
oci
create
compile
devnet
@hackbg
ganesha
ensuite
cmds
conf
file
logs
oops
port
repo
CosmJS-ESM Documentation
SecretJS-ESM Docs
Loading...
Generated using
TypeDoc
MsgSend represents a message to send coins from one account to another.