Documentation ¶
Index ¶
- type AppModule
- type Keeper
- func (k Keeper) BurnEvents(ctx context.Context, request *types.BurnEventsRequest) (*types.BurnEventsResponse, error)
- func (k Keeper) BurnEventsFrom(ctx context.Context, request *types.BurnEventsFromRequest) (*types.BurnEventsFromResponse, error)
- func (k Keeper) ClawbackEvents(ctx context.Context, request *types.ClawbackEventsRequest) (*types.ClawbackEventsResponse, error)
- func (k Keeper) ClawbackEventsAdmin(ctx context.Context, request *types.ClawbackEventsAdminRequest) (*types.ClawbackEventsAdminResponse, error)
- func (k Keeper) ClawbackEventsFrom(ctx context.Context, request *types.ClawbackEventsFromRequest) (*types.ClawbackEventsFromResponse, error)
- func (k Keeper) ContractEventCount(ctx context.Context, request *types.ContractEventCountRequest) (*types.ContractEventCountResponse, error)
- func (k Keeper) ContractEvents(ctx context.Context, request *types.ContractEventsRequest) (*types.ContractEventsResponse, error)
- func (k Keeper) Event(ctx context.Context, request *types.EventRequest) (*types.EventResponse, error)
- func (k Keeper) EventsAtLedger(ctx context.Context, request *types.EventsAtLedgerRequest) (*types.EventsAtLedgerResponse, error)
- func (k Keeper) MintEvents(ctx context.Context, request *types.MintEventsRequest) (*types.MintEventsResponse, error)
- func (k Keeper) MintEventsAdmin(ctx context.Context, request *types.MintEventsAdminRequest) (*types.MintEventsAdminResponse, error)
- func (k Keeper) MintEventsTo(ctx context.Context, request *types.MintEventsToRequest) (*types.MintEventsToResponse, error)
- func (k Keeper) TransferEvents(ctx context.Context, request *types.TransferEventsRequest) (*types.TransferEventsResponse, error)
- func (k Keeper) TransferEventsFrom(ctx context.Context, request *types.TransferEventsFromRequest) (*types.TransferEventsFromResponse, error)
- func (k Keeper) TransferEventsTo(ctx context.Context, request *types.TransferEventsToRequest) (*types.TransferEventsToResponse, error)
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 (AppModule) RegisterServices ¶
type Keeper ¶
type Keeper struct { types.UnimplementedEventQueryServer // contains filtered or unexported fields }
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 (k Keeper) ClawbackEventsAdmin(ctx context.Context, request *types.ClawbackEventsAdminRequest) (*types.ClawbackEventsAdminResponse, error)
func (Keeper) ClawbackEventsFrom ¶
func (k Keeper) ClawbackEventsFrom(ctx context.Context, request *types.ClawbackEventsFromRequest) (*types.ClawbackEventsFromResponse, error)
func (Keeper) ContractEventCount ¶
func (k Keeper) ContractEventCount(ctx context.Context, request *types.ContractEventCountRequest) (*types.ContractEventCountResponse, error)
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 (k Keeper) MintEventsAdmin(ctx context.Context, request *types.MintEventsAdminRequest) (*types.MintEventsAdminResponse, error)
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 (k Keeper) TransferEventsFrom(ctx context.Context, request *types.TransferEventsFromRequest) (*types.TransferEventsFromResponse, error)
func (Keeper) TransferEventsTo ¶
func (k Keeper) TransferEventsTo(ctx context.Context, request *types.TransferEventsToRequest) (*types.TransferEventsToResponse, error)
Click to show internal directories.
Click to hide internal directories.