Documentation ¶
Index ¶
- func NewQuerier(k Keeper) sdk.Querier
- type Keeper
- func (k Keeper) AddRecord(ctx sdk.Context, rhash []byte, r *types.CoinSwapRecord) error
- func (k Keeper) GetAllRecord(ctx sdk.Context) []*types.CoinSwapRecordStorage
- func (k Keeper) GetRecord(ctx sdk.Context, rhash []byte) *types.CoinSwapRecordStorage
- func (k Keeper) HasRecord(ctx sdk.Context, rhash []byte) bool
- func (k Keeper) UpdateRecord(ctx sdk.Context, rhash []byte, rs *types.CoinSwapRecordStorage) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func (Keeper) GetAllRecord ¶
func (k Keeper) GetAllRecord(ctx sdk.Context) []*types.CoinSwapRecordStorage
func (Keeper) UpdateRecord ¶
Click to show internal directories.
Click to hide internal directories.