Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
MsgSend
Interface MsgSend
MsgSend represents a message to send coins from one account to another.
interface
MsgSend
{
amount
:
Coin
[]
;
fromAddress
:
string
;
toAddress
:
string
;
}
Index
Properties
amount
from
Address
to
Address
Properties
amount
amount
:
Coin
[]
from
Address
from
Address
:
string
to
Address
to
Address
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
from
Address
to
Address
@crownfi/sei-js-proto
Loading...
MsgSend represents a message to send coins from one account to another.