Documentation ¶
Index ¶
- func NewMsgServerImpl(keeper Keeper, addressCodec address.Codec) types.MsgServer
- type Keeper
- func (k *Keeper) RegisterKeepers(ak alliancekeeper.Keeper, sk banktypes.StakingKeeper)
- func (k Keeper) SupplyOf(c context.Context, req *types.QuerySupplyOfRequest) (*types.QuerySupplyOfResponse, error)
- func (k Keeper) TotalSupply(ctx context.Context, req *types.QueryTotalSupplyRequest) (*types.QueryTotalSupplyResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Keeper ¶
type Keeper struct { bankkeeper.BaseKeeper // contains filtered or unexported fields }
func NewBaseKeeper ¶
func NewBaseKeeper( cdc codec.BinaryCodec, storeService store.KVStoreService, ak accountkeeper.AccountKeeper, blockedAddrs map[string]bool, authority string, log log.Logger, ) Keeper
func (*Keeper) RegisterKeepers ¶
func (k *Keeper) RegisterKeepers(ak alliancekeeper.Keeper, sk banktypes.StakingKeeper)
func (Keeper) SupplyOf ¶
func (k Keeper) SupplyOf(c context.Context, req *types.QuerySupplyOfRequest) (*types.QuerySupplyOfResponse, error)
SupplyOf implements the Query/SupplyOf gRPC method
func (Keeper) TotalSupply ¶
func (k Keeper) TotalSupply(ctx context.Context, req *types.QueryTotalSupplyRequest) (*types.QueryTotalSupplyResponse, error)
TotalSupply implements the Query/TotalSupply gRPC method
Click to show internal directories.
Click to hide internal directories.