Documentation ¶
Index ¶
- func NewQuerier(k Keeper) sdk.Querier
- type Keeper
- func (k Keeper) GetNote(ctx sdk.Context, recorder sdk.AccAddress) (types.Note, error)
- func (k Keeper) ListNote(ctx sdk.Context) ([]types.Note, error)
- func (k Keeper) ListRecoder(ctx sdk.Context) ([]sdk.AccAddress, error)
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
- func (k Keeper) SetNote(ctx sdk.Context, msg types.MsgSetRecord) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQuerier ¶
NewQuerier creates a new querier for tombstone clients.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
Keeper of the tombstone store
func (Keeper) ListRecoder ¶
ListRecoder - Get all recorder
Click to show internal directories.
Click to hide internal directories.