client

package
v0.0.0-...-0ce3ae6 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2018 License: Apache-2.0 Imports: 6 Imported by: 2

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 node.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CommitFromResult

func CommitFromResult(result *ctypes.ResultCommit) lite.Commit

CommitFromResult ...

func NewHTTPProvider

func NewHTTPProvider(remote string) lite.Provider

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

func NewProvider

func NewProvider(node SignStatusClient) lite.Provider

NewProvider can wrap any rpcclient to expose it as a read-only provider.

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