Get desktop application:
View/edit binary Protocol Buffers messages
Msg defines the liquid Msg service.
MintDerivative defines a method for converting a delegation into staking deriviatives.
MsgMintDerivative defines the Msg/MintDerivative request type.
sender is the owner of the delegation to be converted
validator is the validator of the delegation to be converted
amount is the quantity of staked assets to be converted
MsgMintDerivativeResponse defines the Msg/MintDerivative response type.
received is the amount of staking derivative minted and sent to the sender
BurnDerivative defines a method for converting staking deriviatives into a delegation.
MsgBurnDerivative defines the Msg/BurnDerivative request type.
sender is the owner of the derivatives to be converted
validator is the validator of the derivatives to be converted
amount is the quantity of derivatives to be converted
MsgBurnDerivativeResponse defines the Msg/BurnDerivative response type.
received is the number of delegation shares sent to the sender
Query defines the gRPC querier service for liquid module
DelegatedBalance returns an account's vesting and vested coins currently delegated to validators. It ignores coins in unbonding delegations.
QueryDelegatedBalanceRequest defines the request type for Query/DelegatedBalance method.
delegator is the address of the account to query
DelegatedBalanceResponse defines the response type for the Query/DelegatedBalance method.
vested is the amount of all delegated coins that have vested (ie not locked)
vesting is the amount of all delegated coins that are still vesting (ie locked)
TotalSupply returns the total sum of all coins currently locked into the liquid module.
QueryTotalSupplyRequest defines the request type for Query/TotalSupply method.
(message has no fields)
TotalSupplyResponse defines the response type for the Query/TotalSupply method.
Height is the block height at which these totals apply
Result is a list of coins supplied to liquid