Get desktop application:
View/edit binary Protocol Buffers messages
Msg defines the router Msg service.
MintDeposit converts a delegation into staking derivatives and deposits it all into an earn vault.
MsgMintDeposit converts a delegation into staking derivatives and deposits it all into an earn vault.
depositor represents the owner of the delegation to convert
validator is the validator for the depositor's delegation
amount is the delegation balance to convert
MsgMintDepositResponse defines the Msg/MsgMintDeposit response type.
(message has no fields)
DelegateMintDeposit delegates tokens to a validator, then converts them into staking derivatives, then deposits to an earn vault.
MsgDelegateMintDeposit delegates tokens to a validator, then converts them into staking derivatives, then deposits to an earn vault.
depositor represents the owner of the tokens to delegate
validator is the address of the validator to delegate to
amount is the tokens to delegate
MsgDelegateMintDepositResponse defines the Msg/MsgDelegateMintDeposit response type.
(message has no fields)
WithdrawBurn removes staking derivatives from an earn vault and converts them back to a staking delegation.
MsgWithdrawBurn removes staking derivatives from an earn vault and converts them back to a staking delegation.
from is the owner of the earn vault to withdraw from
validator is the address to select the derivative denom to withdraw
amount is the staked token equivalent to withdraw
MsgWithdrawBurnResponse defines the Msg/MsgWithdrawBurn response type.
(message has no fields)
WithdrawBurnUndelegate removes staking derivatives from an earn vault, converts them to a staking delegation, then undelegates them from their validator.
MsgWithdrawBurnUndelegate removes staking derivatives from an earn vault, converts them to a staking delegation, then undelegates them from their validator.
from is the owner of the earn vault to withdraw from
validator is the address to select the derivative denom to withdraw
amount is the staked token equivalent to withdraw
MsgWithdrawBurnUndelegateResponse defines the Msg/MsgWithdrawBurnUndelegate response type.
(message has no fields)