Documentation ¶
Index ¶
Constants ¶
View Source
const ( ModuleName = "vpn" RouterKey = ModuleName QuerierRoute = ModuleName StoreKey = ModuleName )
View Source
const (
Codespace = sdk.CodespaceType("vpn")
)
Variables ¶
View Source
var (
ModuleCdc *codec.Codec
)
Functions ¶
func ErrorMarshal ¶
func ErrorUnknownMsgType ¶
func ErrorUnknownQueryType ¶ added in v0.3.0
func ErrorUnmarshal ¶
func RegisterCodec ¶
Types ¶
type GenesisState ¶
type GenesisState struct { Deposits deposit.GenesisState `json:"deposits"` Providers provider.GenesisState `json:"providers"` Nodes node.GenesisState `json:"nodes"` Plans plan.GenesisState `json:"plans"` Subscriptions subscription.GenesisState `json:"subscriptions"` Sessions session.GenesisState `json:"sessions"` }
func DefaultGenesisState ¶
func DefaultGenesisState() GenesisState
func NewGenesisState ¶
func NewGenesisState(deposits deposit.GenesisState, providers provider.GenesisState, nodes node.GenesisState, plans plan.GenesisState, subscriptions subscription.GenesisState, sessions session.GenesisState) GenesisState
Click to show internal directories.
Click to hide internal directories.