Documentation
¶
Index ¶
Constants ¶
View Source
const ( QueryMinGasPrice = "min-gas-price" QueryIsAccountBanned = "is-banned" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
Keeper maintains the link to data storage and exposes getter/setter methods for the various parts of the state machine
func NewKeeper ¶
func NewKeeper(cdc *codec.Codec, storeKey sdk.StoreKey, paramSpace params.Subspace, sk types.SupplyKeeper) Keeper
NewKeeper creates new instances of the PDV Keeper
Click to show internal directories.
Click to hide internal directories.