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

# Functions

DefaultGenesis returns the default genesis state.
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
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

CommunityTreasuryAccountName defines the root string for community treasury module account.
CommunityVesterAccountName defines the root string for community vester module account.
ModuleName defines the module name.
StoreKey defines the primary module store key.
No description provided by the author
VestEntryKeyPrefix is the prefix used when storing a VestEntry in the state.

# 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
x/vest module sentinel errors.
x/vest 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
x/vest module sentinel errors.
x/vest module sentinel errors.
x/vest module sentinel errors.
x/vest 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
x/vest module sentinel errors.
No description provided by the author

# Structs

GenesisState defines the vest module's genesis state.
MsgDeleteVestEntry is the Msg/DeleteVestEntry request type.
MsgDeleteVestEntryResponse is the Msg/DeleteVestEntry response type.
MsgSetVestEntry is the Msg/SetVestEntry request type.
MsgSetVestEntryResponse is the Msg/SetVestEntry response type.
QueryVestEntryRequest is a request type for the VestEntry RPC method.
QueryVestEntryResponse is a response type for the VestEntry RPC method.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
VestEntry specifies a Vester Account and the rate at which tokens are dripped into the corresponding Treasury Account.

# Interfaces

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.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.