chains

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2026 License: MIT Imports: 6 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidToken = errors.New("invalid page token")
	ErrOutOfRange   = errors.New("out of range")
)

Functions

func ListNodeStatuses

func ListNodeStatuses(pageSize int, pageTokenStr string, listFn ListNodeStatusFn) (stats []types.NodeStatus, nextPageToken string, total int, err error)

func NewPageToken

func NewPageToken(b64enc string) (*pageToken, error)

b64enc must be the base64 encoded token string, corresponding to [pageToken.Encode()]

Types

type ListNodeStatusFn

type ListNodeStatusFn = func(start, end int) (stats []types.NodeStatus, total int, err error)

if start is out of range, must return ErrOutOfRange

Directories

Path Synopsis
generate command
evm
generate command
generate command
generate command
ton
generate command

Jump to

Keyboard shortcuts

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