package
0.12.4
Repository: https://github.com/mokitanetwork/aether.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewMsgDelegateMintDeposit returns a new MsgDelegateMintDeposit.
NewMsgMintDeposit returns a new MsgMintDeposit.
NewMsgWithdrawBurn returns a new MsgWithdrawBurn.
NewMsgWithdrawBurnUndelegate returns a new MsgWithdrawBurnUndelegate.
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

# Constants

ModuleName name that will be used throughout the module.
RouterKey top level router key.
TypeMsgDelegateMintDeposit defines the type for MsgDelegateMintDeposit.
TypeMsgMintDeposit defines the type for MsgMintDeposit.
TypeMsgWithdrawBurn defines the type for MsgWithdrawBurn.
TypeMsgWithdrawBurnUndelegate defines the type for MsgWithdrawBurnUndelegate.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
ModuleCdc represents the legacy amino codec for the module.

# Structs

MsgDelegateMintDeposit delegates tokens to a validator, then converts them into staking derivatives, then deposits to an earn vault.
MsgDelegateMintDepositResponse defines the Msg/MsgDelegateMintDeposit response type.
MsgMintDeposit converts a delegation into staking derivatives and deposits it all into an earn vault.
MsgMintDepositResponse defines the Msg/MsgMintDeposit response type.
MsgWithdrawBurn removes staking derivatives from an earn vault and converts them back to a staking delegation.
MsgWithdrawBurnResponse defines the Msg/MsgWithdrawBurn response type.
MsgWithdrawBurnUndelegate removes staking derivatives from an earn vault, converts them to a staking delegation, then undelegates them from their validator.
MsgWithdrawBurnUndelegateResponse defines the Msg/MsgWithdrawBurnUndelegate response type.
UnimplementedMsgServer can be embedded to have forward compatible implementations.

# Interfaces

No description provided by the author
No description provided by the author
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
No description provided by the author