keeper

package
v0.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2020 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	QueryRead = "read"
	QueryHas  = "has"
	QueryKeys = "keys"
)

Variables

This section is empty.

Functions

func NewQuerier

func NewQuerier(keeper Keeper) sdk.Querier

Types

type Keeper

type Keeper struct {
	CoinKeeper bank.Keeper
	// contains filtered or unexported fields
}

func NewKeeper

func NewKeeper(coinKeeper bank.Keeper, storeKey sdk.StoreKey, cdc *codec.Codec) Keeper

func (Keeper) DeleteBLZValue

func (k Keeper) DeleteBLZValue(ctx sdk.Context, UUID string, key string)

func (Keeper) GetBLZValue

func (k Keeper) GetBLZValue(ctx sdk.Context, UUID string, key string) types.BLZValue

func (Keeper) GetKeys

func (k Keeper) GetKeys(ctx sdk.Context, UUID string) types.QueryResultKeys

func (Keeper) GetOwner

func (k Keeper) GetOwner(ctx sdk.Context, UUID string, key string) sdk.AccAddress

func (Keeper) GetValuesIterator

func (k Keeper) GetValuesIterator(ctx sdk.Context) sdk.Iterator

func (Keeper) IsKeyPresent

func (k Keeper) IsKeyPresent(ctx sdk.Context, UUID string, key string) bool

func (Keeper) IsUUIDKeyPresent

func (k Keeper) IsUUIDKeyPresent(ctx sdk.Context, key string) bool

func (Keeper) SetBLZValue

func (k Keeper) SetBLZValue(ctx sdk.Context, UUID string, key string, value types.BLZValue)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL