event

package
v0.0.0-...-5096976 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppModule

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

func NewAppModule

func NewAppModule(
	keeper Keeper,
) AppModule

func (AppModule) RegisterServices

func (am AppModule) RegisterServices(server *grpc.Server)

type Keeper

type Keeper struct {
	types.UnimplementedEventQueryServer
	// contains filtered or unexported fields
}

func NewKeeper

func NewKeeper(db *gorm.DB) *Keeper

func (Keeper) BurnEvents

func (k Keeper) BurnEvents(ctx context.Context, request *types.BurnEventsRequest) (*types.BurnEventsResponse, error)

func (Keeper) BurnEventsFrom

func (k Keeper) BurnEventsFrom(ctx context.Context, request *types.BurnEventsFromRequest) (*types.BurnEventsFromResponse, error)

func (Keeper) ClawbackEvents

func (k Keeper) ClawbackEvents(ctx context.Context, request *types.ClawbackEventsRequest) (*types.ClawbackEventsResponse, error)

func (Keeper) ClawbackEventsAdmin

func (Keeper) ClawbackEventsFrom

func (Keeper) ContractEventCount

func (Keeper) ContractEvents

func (k Keeper) ContractEvents(ctx context.Context, request *types.ContractEventsRequest) (*types.ContractEventsResponse, error)

func (Keeper) Event

func (k Keeper) Event(ctx context.Context, request *types.EventRequest) (*types.EventResponse, error)

func (Keeper) EventsAtLedger

func (k Keeper) EventsAtLedger(ctx context.Context, request *types.EventsAtLedgerRequest) (*types.EventsAtLedgerResponse, error)

func (Keeper) MintEvents

func (k Keeper) MintEvents(ctx context.Context, request *types.MintEventsRequest) (*types.MintEventsResponse, error)

func (Keeper) MintEventsAdmin

func (Keeper) MintEventsTo

func (k Keeper) MintEventsTo(ctx context.Context, request *types.MintEventsToRequest) (*types.MintEventsToResponse, error)

func (Keeper) TransferEvents

func (k Keeper) TransferEvents(ctx context.Context, request *types.TransferEventsRequest) (*types.TransferEventsResponse, error)

func (Keeper) TransferEventsFrom

func (Keeper) TransferEventsTo

Jump to

Keyboard shortcuts

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