Documentation ¶
Index ¶
- func NewQueryServer(keeper Keeper) types.QueryServer
- type Keeper
- func (k Keeper) GetBalance(ctx sdk.Context, address sdk.AccAddress) sdk.Fur
- func (k Keeper) IncTokens(ctx sdk.Context, address sdk.AccAddress, amount sdk.Fur)
- func (k Keeper) IterateBalance(ctx sdk.Context, ...)
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
- func (k Keeper) ResetAccount(ctx sdk.Context, address sdk.AccAddress)
- func (k Keeper) SetBalance(ctx sdk.Context, address sdk.AccAddress, amount sdk.Fur)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQueryServer ¶
func NewQueryServer(keeper Keeper) types.QueryServer
NewQueryServer returns an implementation of the QueryServer interface for the provided Keeper.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func (Keeper) GetBalance ¶
func (Keeper) IterateBalance ¶
func (Keeper) ResetAccount ¶
func (k Keeper) ResetAccount(ctx sdk.Context, address sdk.AccAddress)
func (Keeper) SetBalance ¶
Click to show internal directories.
Click to hide internal directories.