client

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2022 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrClientNotFound is a new error with message "Client not found"
	ErrClientNotFound = errors.New("Client not found")
	ErrNodeNotSynced  = errors.New("rpc node is not catching up")
)

Functions

This section is empty.

Types

type Client

type Client interface {
	Query() QueryClient
	Tx() broadcaster.Client
	NodeSyncInfo(context.Context) (*tmrpc.SyncInfo, error)
}

Client interface pre-defined with query and tx interfaces

func NewClient

func NewClient(
	log log.Logger,
	cctx sdkclient.Context,
	txf tx.Factory,
	info keyring.Info,
	qclient QueryClient,
) Client

NewClient creates new client instance to interface with tendermint.

func NewClientWithBroadcaster added in v0.9.1

func NewClientWithBroadcaster(
	log log.Logger,
	cctx sdkclient.Context,
	txf tx.Factory,
	info keyring.Info,
	qclient QueryClient,
	bclient broadcaster.Client,
) Client

type QueryClient

QueryClient interface includes query clients of deployment, market and provider modules

func NewQueryClient

func NewQueryClient(
	dclient dtypes.QueryClient,
	mclient mtypes.QueryClient,
	pclient ptypes.QueryClient,
	aclient atypes.QueryClient,
	cclient ctypes.QueryClient,
) QueryClient

NewQueryClient creates new query client instance

func NewQueryClientFromCtx added in v0.9.3

func NewQueryClientFromCtx(cctx sdkclient.Context) QueryClient

Directories

Path Synopsis
docs

Jump to

Keyboard shortcuts

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