Hedera · Schema

TransactionIdStr

A transaction id in string format.

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise
View JSON Schema on GitHub

JSON Schema

TransactionIdStr.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/TransactionIdStr.json",
  "title": "TransactionIdStr",
  "type": "string",
  "description": "A transaction id in string format.",
  "pattern": "^(\\d+)\\.(\\d+)\\.(\\d+)-(\\d{1,19})-(\\d{1,9})$"
}