Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountKeeper ¶
type AccountKeeper struct { authkeeper.AccountKeeper // contains filtered or unexported fields }
func NewAccountKeeper ¶
func NewAccountKeeper( cdc codec.BinaryCodec, storeKey storetypes.StoreKey, proto func() authtypes.AccountI, maccPerms map[string][]string, bech32Prefix string, authority string, ) AccountKeeper
func (AccountKeeper) GetAccount ¶
func (ak AccountKeeper) GetAccount(ctx sdk.Context, addr sdk.AccAddress) authtypes.AccountI
GetAccount implements AccountKeeperI.
Click to show internal directories.
Click to hide internal directories.