Skip to main content

Server Client

The server client uses direct Hedera operator credentials to create checkpoint topics and publish checkpoint commitments.

Create a ClientDirect link to Create a Client

// HCS-27 TypeScript support is not yet available.
// Coming soon to @hashgraphonline/standards-sdk.

Create a Checkpoint TopicDirect link to Create a Checkpoint Topic

// Not yet available.

Publish a CheckpointDirect link to Publish a Checkpoint

// Not yet available.

Notes

  • If the serialized checkpoint exceeds 1024 bytes, the SDK automatically publishes the metadata via HCS-1 and replaces the inline payload with an hcs://1/<topicId> reference plus a metadata_digest for integrity verification.
  • The message memo field must be under 300 characters.

Retrieve CheckpointsDirect link to Retrieve Checkpoints

// Not yet available.

Validate a Checkpoint ChainDirect link to Validate a Checkpoint Chain

// Not yet available.

Resolve HCS-1 ReferencesDirect link to Resolve HCS-1 References

When checkpoint metadata overflows, the SDK stores it via HCS-1. You can resolve references manually:

// Not yet available.