Provenance
Provenance
Track the origin, identity, content commitments and relationship history behind a PressChain publication.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Track the origin, identity, content commitments and relationship history behind a PressChain publication.
type ChainOrigin = {
chainId: number;
blockNumber: bigint;
blockHash: string;
transactionHash: string;
logIndex?: number;
contractAddress: string;
};