Documentation ¶
Index ¶
- Constants
- func NewQuerier(k Keeper) sdk.Querier
- type Hooks
- type Keeper
- func (keeper Keeper) BlacklistAccountAction(ctx sdk.Context, addr sdk.AccAddress, action string)
- func (keeper Keeper) BlacklistedAddr(creator sdk.AccAddress) bool
- func (keeper Keeper) GetCoins(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins
- func (keeper Keeper) HasCoins(ctx sdk.Context, addr sdk.AccAddress, amt sdk.Coins) bool
- func (keeper Keeper) Hooks() *Hooks
- func (keeper Keeper) InputOutputCoins(ctx sdk.Context, inputs []types.Input, outputs []types.Output) error
- func (keeper Keeper) IsBlacklistedAccountAction(ctx sdk.Context, addr sdk.AccAddress, action string) bool
- func (keeper Keeper) SendCoins(ctx sdk.Context, fromAddr sdk.AccAddress, toAddr sdk.AccAddress, amt sdk.Coins) error
- type TestInput
Constants ¶
View Source
const ( // query balance path QueryBalance = "balances" QueryBulkBalances = "bulk_balances" )
Variables ¶
This section is empty.
Functions ¶
func NewQuerier ¶
NewQuerier returns a new sdk.Keeper instance.
Types ¶
type Hooks ¶
type Hooks struct {
// contains filtered or unexported fields
}
Hooks wrapper struct for safety box keeper
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func (Keeper) BlacklistAccountAction ¶
func (Keeper) BlacklistedAddr ¶
func (keeper Keeper) BlacklistedAddr(creator sdk.AccAddress) bool
func (Keeper) InputOutputCoins ¶
func (keeper Keeper) InputOutputCoins(ctx sdk.Context, inputs []types.Input, outputs []types.Output) error
InputOutputCoins handles a list of inputs and outputs
func (Keeper) IsBlacklistedAccountAction ¶
Click to show internal directories.
Click to hide internal directories.