Structs§
- Config
- Initialized
- The initialized state can be achieved only by the
init
function because()
is private. - NotInitialized
Constants§
- MAX_
HEADERS_ PER_ REQUEST - Maximum number of blocks per request.
- MAX_
RESPONSE_ SIZE - Maximum response size from the p2p. The configuration of the ingress should be the same:
- MAX_
TXS_ PER_ REQUEST - Maximum number of transactions ids asked per request.
Functions§
- convert_
to_ libp2p_ keypair - Takes secret key bytes generated outside of libp2p.
And converts it into libp2p’s
Keypair::Secp256k1
.