Preparing search index...
The search index is not available
@cosmjs/stargate Documentation
@cosmjs/stargate Documentation
AminoMsgDeposit
Interface AminoMsgDeposit
Submits a deposit to an existing proposal
Hierarchy
AminoMsg
AminoMsgDeposit
Index
Properties
type
value
Properties
Readonly
type
type
:
"cosmos-sdk/MsgDeposit"
Readonly
value
value
:
{
amount
:
readonly
Coin
[]
;
depositor
:
string
;
proposal_id
:
string
;
}
Type declaration
Readonly
amount
:
readonly
Coin
[]
Readonly
depositor
:
string
Bech32 account address
Readonly
proposal_
id
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Modules
@cosmjs/stargate
Documentation
logs
Amino
Msg
Deposit
type
value
Generated using
TypeDoc
Submits a deposit to an existing proposal