client

package
v0.31.11 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package client defines a provider that uses a rpcclient to get information, which is used to get new headers and validators directly from a Tendermint client.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHTTPProvider

func NewHTTPProvider(chainID, remote string) lite.Provider

NewHTTPProvider can connect to a tendermint json-rpc endpoint at the given url, and uses that as a read-only provider.

func NewProvider

func NewProvider(chainID string, client SignStatusClient) lite.Provider

NewProvider implements Provider (but not PersistentProvider).

Types

type SignStatusClient

type SignStatusClient interface {
	rpcclient.SignClient
	rpcclient.StatusClient
}

SignStatusClient combines a SignClient and StatusClient.

Jump to

Keyboard shortcuts

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