Preparing search index...
The search index is not available
Documentation
Documentation
CosmJS-ESM Documentation
AminoMsgDeposit
Interface AminoMsgDeposit
Submits a deposit to an existing proposal
interface
AminoMsgDeposit
{
type
:
"cosmos-sdk/MsgDeposit"
;
value
:
{
amount
:
readonly
Coin
[]
;
depositor
:
string
;
proposal_id
:
string
;
}
;
}
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
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
type
value
Documentation
@fadroma
agent
scrt
cw
oci
create
compile
devnet
@hackbg
ganesha
ensuite
cmds
conf
file
logs
oops
port
repo
CosmJS-ESM Documentation
SecretJS-ESM Docs
Loading...
Generated using
TypeDoc
Submits a deposit to an existing proposal