Module vapcore_light::provider[][src]

A provider for the PIP protocol. This is typically a full node, who can give as much data as necessary to its peers.

Structs

LightProvider

The light client “provider” implementation. This wraps a LightClient and a light transaction queue.

Constants

MAX_HEADERS_PER_REQUEST

Maximum allowed size of a headers request.

Traits

Provider

Defines the operations that a provider for the light subprotocol must fulfill.