Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
MsgSendAmino
Interface MsgSendAmino
MsgSend represents a message to send coins from one account to another.
interface
MsgSendAmino
{
amount
?:
CoinAmino
[]
;
from_address
?:
string
;
to_address
?:
string
;
}
Index
Properties
amount?
from_
address?
to_
address?
Properties
Optional
amount
amount
?:
CoinAmino
[]
Optional
from_
address
from_
address
?:
string
Optional
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.