Documentation ¶
Overview ¶
Package keeper implements custom bank keeper through CVM.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keeper ¶
type Keeper struct { bank.BaseKeeper // contains filtered or unexported fields }
Keeper is a wrapper of the basekeeper with CVM keeper.
func NewKeeper ¶
func NewKeeper( ak types.AccountKeeper, cvmk types.CVMKeeper, paramSpace params.Subspace, blacklistedAddrs map[string]bool, ) Keeper
NewKeeper returns a new Keeper.
Click to show internal directories.
Click to hide internal directories.