transaction hash
- CURIE:
gmeow:transactionHash - IRI: https://blackcatinformatics.ca/gmeow/transactionHash
- Category: property
- Defined by:
gmeow:slices/attestation - Box roles: CBox role, RBox role (What is this?)
The hash of a ledger transaction.
Structure
Property shape: datatype property; gmeow:LedgerTransaction -> rdfs:Literal; functional
Practical Pattern
Use gmeow:transactionHash from gmeow:LedgerTransaction to rdfs:Literal when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
Usage Advice
Use when
- Use to carry the hash that identifies a
gmeow:LedgerTransactionon its chain — the stable on-chain identity used to look up and re-verify the transaction.
Avoid when
- Avoid for a block's hash (
gmeow:blockHash) or a chain identifier (gmeow:chainId); the transaction hash identifies one transaction, not its block or its network. Functional — one hash per transaction.
How to use
- Set one transaction-hash literal on the
gmeow:LedgerTransaction; pair it with the containinggmeow:Blockandgmeow:BlockchainNetworkso the hash resolves unambiguously.
Examples
- ex:tx1
gmeow:transactionHash"0xabc123...".