package
7.0.1+incompatible
Repository: https://github.com/dydxprotocol/v4-chain.git
Documentation: pkg.go.dev

# Functions

DefaultGenesis returns the default genesis state.
DefaultParams returns a default set of parameters.
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
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

ModuleName defines the module name.
ParamsKey is the key for the params.
RewardShareKeyPrefix is the prefix to retrieve reward shares for all addresses.
StoreKey defines the primary module store key.
TransientStoreKey defines the primary module transient store key.
TreasuryAccountName defines the root string for the rewards treasury account address.
VesterAccountName defines the root string for the rewards vester account address.

# 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
x/rewards module sentinel errors.
x/rewards module sentinel errors.
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
x/rewards module sentinel errors.
x/rewards module sentinel errors.
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

GenesisState defines the rewards module's genesis state.
MsgUpdateParams is the Msg/UpdateParams request type.
MsgUpdateParamsResponse is the Msg/UpdateParams response type.
Params defines the parameters for x/rewards module.
QueryParamsRequest is a request type for the Params RPC method.
QueryParamsResponse is a response type for the Params RPC method.
RewardShare stores the relative weight of rewards that each address is entitled to.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.

# Interfaces

No description provided by the author
BankKeeper defines the expected interface needed to retrieve account balances.
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
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.