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, storeService store.KVStoreService, proto func() sdk.AccountI, maccPerms map[string][]string, ac address.Codec, bech32Prefix, authority string, ) AccountKeeper
func (AccountKeeper) GetAccount ¶
func (ak AccountKeeper) GetAccount(ctx context.Context, addr sdk.AccAddress) (acc sdk.AccountI)
GetAccount implements AccountKeeperI.
Click to show internal directories.
Click to hide internal directories.