Versions in this module Expand all Collapse all v1 v1.7.4 Apr 15, 2023 v1.7.3 Apr 15, 2023 Changes in this version + func NewMsgServerImpl(keeper Keeper) types.MsgServer + func NewQuerier(k Keeper, legacyQuerierCdc *codec.LegacyAmino) sdk.Querier + type Keeper struct + func NewKeeper(cdc codec.Codec, key storetypes.StoreKey) Keeper + func (k Keeper) AddRecord(ctx sdk.Context, record types.Record) []byte + func (k Keeper) GetIntraTxCounter(ctx sdk.Context) uint32 + func (k Keeper) GetRecord(ctx sdk.Context, recordID []byte) (record types.Record, found bool) + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) Record(c context.Context, req *types.QueryRecordRequest) (*types.QueryRecordResponse, error) + func (k Keeper) RecordsIterator(ctx sdk.Context) sdk.Iterator + func (k Keeper) SetIntraTxCounter(ctx sdk.Context, counter uint32)