deposit-proposal
Deposit tokens to a governance proposal on Osmosis blockchain using a BIP-39 mnemonic, specifying the proposal ID and deposit amount.
Instructions
Deposit tokens to a governance proposal
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | Deposit amount in uosmo (e.g., '1000000') | |
denom | No | Token denomination | uosmo |
gas | No | Gas limit (default: auto-estimate) | |
gasPrice | No | Gas price (default: 0.025uosmo) | |
memo | No | Transaction memo | |
mnemonic | Yes | BIP-39 mnemonic phrase for signing the transaction | |
proposalId | Yes | ID of the proposal to deposit to |