Versions in this module Expand all Collapse all v0 v0.1.1 May 14, 2023 Changes in this version + func GetAccountGas(ak SizerAccountKeeper, acc Account) (sdk.Gas, bool) + func TryAddGetAccountGas(gasMeter sdk.GasMeter, ak SizerAccountKeeper, acc Account) (bool, sdk.Gas) + type Account = sdk.Account + func GetAccountAndGas(ctx *sdk.Context, keeper AccountKeeper, addr sdk.AccAddress) (Account, sdk.Gas) + type AccountKeeper interface + GetAccount func(ctx sdk.Context, addr sdk.AccAddress) Account + type GenesisAccount interface + Validate func() error + type GenesisAccounts []GenesisAccount + func (ga GenesisAccounts) Contains(addr sdk.Address) bool + type ModuleAccount = sdk.ModuleAccount + type SizerAccountKeeper interface + GetEncodedAccountSize func(acc Account) int