interfaces

package
v0.2.5 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlockStorageT

type BlockStorageT interface {
	Fetch(key string) (primitives.Option[string], error)
	FetchKeys(key string) ([]string, error)
	FetchKeysPaged(key string, count uint32, startKey primitives.Option[string]) ([]string, error)
}

type EventT

type EventT interface {
	PalletIndex() uint8
	PalletName() string
	EventIndex() uint8
	EventName() string
}

Jump to

Keyboard shortcuts

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