Documentation ¶
Index ¶
- type BaseKeeper
- func (k BaseKeeper) GetExcludeCirculatingAmount(ctx sdk.Context, denom string) sdk.Coin
- func (k BaseKeeper) SupplyOf(c context.Context, req *types.QuerySupplyOfRequest) (*types.QuerySupplyOfResponse, error)
- func (k BaseKeeper) TotalSupply(ctx context.Context, req *types.QueryTotalSupplyRequest) (*types.QueryTotalSupplyResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseKeeper ¶
type BaseKeeper struct { keeper.BaseKeeper // contains filtered or unexported fields }
func NewBaseKeeper ¶
func NewBaseKeeper( cdc codec.BinaryCodec, storeKey storetypes.StoreKey, ak types.AccountKeeper, blockedAddrs map[string]bool, authority string, auraKeeper types.AuraKeeper, ) BaseKeeper
func (BaseKeeper) GetExcludeCirculatingAmount ¶
func (BaseKeeper) SupplyOf ¶
func (k BaseKeeper) SupplyOf(c context.Context, req *types.QuerySupplyOfRequest) (*types.QuerySupplyOfResponse, error)
SupplyOf implements custom the Query/SupplyOf gRPC method
func (BaseKeeper) TotalSupply ¶
func (k BaseKeeper) TotalSupply(ctx context.Context, req *types.QueryTotalSupplyRequest) (*types.QueryTotalSupplyResponse, error)
TotalSupply implements custom the Query/TotalSupply gRPC method
Click to show internal directories.
Click to hide internal directories.