Search
Preparing search index...
The search index is not available
@cosmjs/stargate Documentation
Options
All
Public
Public/Protected
All
Inherited
Menu
@cosmjs/stargate Documentation
AminoMsgSend
Interface AminoMsgSend
A high level transaction of the coin module
Hierarchy
AminoMsg
AminoMsgSend
Index
Properties
type
value
Properties
Readonly
type
type
:
"cosmos-sdk/MsgSend"
Readonly
value
value
:
{
amount
:
readonly
Coin
[]
;
from_address
:
string
;
to_address
:
string
}
Type declaration
Readonly
amount
:
readonly
Coin
[]
Readonly
from_
address
:
string
Bech32 account address
Readonly
to_
address
:
string
Bech32 account address
Exports
logs
Amino
Msg
Send
type
value
Generated using
TypeDoc
A high level transaction of the coin module