client

package
v0.1.0-test Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MultiClient

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

MultiClient - wrapper over multiple RPCs, underlying provider can be MultiNode or LazyLoader. Main purpose is to eliminate need for frequent error handling on selection of a client.

func NewMultiClient

func NewMultiClient(getClient func(context.Context) (ReaderWriter, error)) *MultiClient

type Reader

type Reader interface{}

TODO(NONEVM-1460): add interface functions

type ReaderWriter

type ReaderWriter interface {
	Writer
	Reader
}

type Writer

type Writer interface{}

TODO(NONEVM-1460): add interface functions

Jump to

Keyboard shortcuts

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