Preparing search index...
The search index is not available
@cosmjs/stargate Documentation
@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
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Modules
@cosmjs/stargate
Documentation
logs
Amino
Msg
Send
type
value
Generated using
TypeDoc
A high level transaction of the coin module