Skip to main content

HCS-27: Transparency Log Checkpoints

HCS-27 anchors append-only transparency logs to Hedera by publishing periodic checkpoint commitments (tree_size, root_hash, and batch range metadata).

What HCS-27 DoesDirect link to What HCS-27 Does

  • Creates checkpoint topics with standard HCS-27 memo conventions.
  • Publishes checkpoint messages with root commitments and optional overflow metadata pointers.
  • Validates checkpoint message payloads and metadata digests.
  • Resolves and verifies checkpoint streams from mirror-node data.

InstallationDirect link to Installation

npm install @hashgraphonline/standards-sdk

TypeScript HCS-27 support is not yet available in @hashgraphonline/standards-sdk.

QuickstartDirect link to Quickstart

// HCS-27 TypeScript client is not yet implemented in standards-sdk.

ReferencesDirect link to References