keeper

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMsgServerImpl

func NewMsgServerImpl(keeper Keeper) types.MsgServer

NewMsgServerImpl returns an implementation of the MsgServer interface for the provided Keeper.

Types

type Keeper

type Keeper struct {
	// contains filtered or unexported fields
}

Keeper is the type for module properties

func NewKeeper

func NewKeeper(
	cdc codec.BinaryCodec,
	storeKey,
	memKey sdk.StoreKey,
	ps paramtypes.Subspace,
) *Keeper

NewKeeper creates new keeper object

func (Keeper) GetDefaultBetConstraints

func (k Keeper) GetDefaultBetConstraints(ctx sdk.Context) (params *types.EventBetConstraints)

GetDefaultBetConstraints get bet constraint values of the bet constraints

func (Keeper) GetFirstUnsettledResovedSportEvent

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

GetFirstUnsettledResovedSportEvent returns first element of resolved sport-events that have active bets

func (Keeper) GetParams

func (k Keeper) GetParams(ctx sdk.Context) (params types.Params)

GetParams get all parameters as types.Params

func (Keeper) GetSportEvent

func (k Keeper) GetSportEvent(ctx sdk.Context, sportEventUID string) (val types.SportEvent, found bool)

GetSportEvent returns a specific sport-event by its UID

func (Keeper) GetSportEventAll

func (k Keeper) GetSportEventAll(ctx sdk.Context) (list []types.SportEvent, err error)

GetSportEventAll returns all sport-events

func (Keeper) GetSportEventStats

func (k Keeper) GetSportEventStats(ctx sdk.Context) (val types.SportEventStats)

GetSportEventStats returns sport-event stats

func (Keeper) Logger

func (k Keeper) Logger(ctx sdk.Context) log.Logger

Logger returns the logger of the keeper

func (Keeper) Params

Params returns the params of the module

func (Keeper) RemoveSportEvent

func (k Keeper) RemoveSportEvent(ctx sdk.Context, sportEventUID string)

RemoveSportEvent removes a sport-event from the store

func (Keeper) RemoveUnsettledResolvedSportEvent

func (k Keeper) RemoveUnsettledResolvedSportEvent(ctx sdk.Context, sportEventUID string)

RemoveUnsettledResolvedSportEvent removes resolved sport-event from the statistics

func (Keeper) ResolveSportEvent

func (k Keeper) ResolveSportEvent(ctx sdk.Context, resolutionEvent *types.SportEventResolutionTicketPayload) (*types.SportEvent, error)

ResolveSportEvent updates a sport-event with its resolution

func (*Keeper) SetDVMKeeper

func (k *Keeper) SetDVMKeeper(dvmKeeper types.DVMKeeper)

SetDVMKeeper sets the dvm module keeper to the sport-event keeper.

func (*Keeper) SetOrderBookKeeper

func (k *Keeper) SetOrderBookKeeper(orderBookKeeper types.OrderBookKeeper)

SetOrderBookKeeper sets the order book module keeper to the sport-event keeper.

func (Keeper) SetParams

func (k Keeper) SetParams(ctx sdk.Context, params types.Params)

SetParams set the params

func (Keeper) SetSportEvent

func (k Keeper) SetSportEvent(ctx sdk.Context, sportEvent types.SportEvent)

SetSportEvent sets a specific sport-event in the store

func (Keeper) SetSportEventStats

func (k Keeper) SetSportEventStats(ctx sdk.Context, stats types.SportEventStats)

SetSportEventStats sets bet statistics in the store

func (Keeper) SportEvent

SportEvent returns a specific sport-events by its UID

func (Keeper) SportEventExists

func (k Keeper) SportEventExists(ctx sdk.Context, sportEventUID string) bool

SportEventExists checks if a specific sport-event exists or not

func (Keeper) SportEvents

SportEvents returns all the sport-events

func (Keeper) SportEventsByUIDs

SportEventsByUIDs return success events and failed events id only back to the caller

Jump to

Keyboard shortcuts

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