# Functions
No description provided by the author
NewMsgBurnDerivative returns a new MsgBurnDerivative.
No description provided by the author
NewMsgMintDerivative returns a new MsgMintDerivative.
No description provided by the author
ParseLiquidStakingTokenDenom extracts a validator address from a derivative denom.
RegisterInterfaces registers proto messages under their interfaces for unmarshalling, in addition to registering the msg service for handling tx msgs.
RegisterLegacyAminoCodec registers all the necessary types and interfaces for the module.
No description provided by the author
RegisterQueryHandler registers the http handlers for service Query to "mux".
RegisterQueryHandlerClient registers the http handlers for service Query to "mux".
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterQueryHandlerServer registers the http handlers for service Query to "mux".
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ModuleAccountName is the module account's name.
ModuleName The name that will be used throughout the module.
RouterKey Top level router key.
TypeMsgBurnDerivative represents the type string for MsgBurnDerivative.
TypeMsgMintDerivative represents the type string for MsgMintDerivative.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
MsgBurnDerivative defines the Msg/BurnDerivative request type.
MsgBurnDerivativeResponse defines the Msg/BurnDerivative response type.
MsgMintDerivative defines the Msg/MintDerivative request type.
MsgMintDerivativeResponse defines the Msg/MintDerivative response type.
QueryDelegatedBalanceRequest defines the request type for Query/DelegatedBalance method.
DelegatedBalanceResponse defines the response type for the Query/DelegatedBalance method.
QueryTotalSupplyRequest defines the request type for Query/TotalSupply method.
TotalSupplyResponse defines the response type for the Query/TotalSupply method.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
AccountKeeper defines the expected keeper interface for interacting with account.
BankKeeper defines the expected bank keeper.
No description provided by the author
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
StakingKeeper defines the expected keeper interface for interacting with staking.