Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 586 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 586 Bytes

Protocol Documents

This folder contains documents describing the expected protocol for various APIs provided by the block node and related systems. Each protocol document should describe a single API call and the expected behavior of both sides of that API call, including common error conditions.

Contents

Document API call Description
publishBlockStream.md publishBlockStream The communication between a publisher and a block node when publishing a block stream from an authoritative source such as a consensus node.