Preparing search index...
The search index is not available
Documentation
Documentation
@hackbg/fadroma
fadroma
Scrt
SecretJS
Tx
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
)
:
MsgSend
Parameters
__namedParameters
:
MsgSendParams
Returns
MsgSend
Properties
amount
amount
:
Scrt
.
SecretJS
.
Tx
.
Coin
[]
from_
address
from_
address
:
string
to_
address
to_
address
:
string
Methods
to
Amino
to
Amino
(
)
:
Promise
<
Scrt
.
SecretJS
.
Tx
.
AminoMsg
>
Returns
Promise
<
Scrt
.
SecretJS
.
Tx
.
AminoMsg
>
to
Proto
to
Proto
(
)
:
Promise
<
ProtoMsg
>
Returns
Promise
<
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
@hackbg/fadroma
Generated using
TypeDoc
MsgSend represents a message to send coins from one account to another.