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
MsgSend
Class MsgSend
MsgSend represents a message to send coins from one account to another.
Hierarchy
MsgSend
Implements
Msg
Index
Constructors
constructor
Properties
amount
from_
address
to_
address
Methods
to
Amino
to
Proto
Constructors
constructor
new
Msg
Send
(
__namedParameters
:
MsgSendParams
)
:
MsgSend
Parameters
__namedParameters:
MsgSendParams
Returns
MsgSend
Properties
amount
amount
:
Coin
[]
from_
address
from_
address
:
string
to_
address
to_
address
:
string
Methods
to
Amino
to
Amino
(
)
:
Promise
<
AminoMsg
>
Returns
Promise
<
AminoMsg
>
to
Proto
to
Proto
(
)
:
Promise
<
ProtoMsg
>
Returns
Promise
<
ProtoMsg
>
Exports
<internal>
Msg
Send
constructor
amount
from_
address
to_
address
to
Amino
to
Proto
MsgSend represents a message to send coins from one account to another.