nooschain / node-sync/sync-types / RemoteBlockRangeResponse
Interface: RemoteBlockRangeResponse
Defined in: node-sync/sync-types.ts:20
Block range response returned by a remote peer's /chain/blocks endpoint.
Properties
blocks
blocks:
BlockDto[]
Defined in: node-sync/sync-types.ts:22
Ordered block DTOs requested by height range.