Blockchain Commons Tags TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Interface ChainReport

    Report for a chain of marks with the same chain ID.

    interface ChainReport {
        chainId: Uint8Array;
        hasGenesis: boolean;
        marks: ProvenanceMark[];
        sequences: SequenceReport[];
    }
    Index

    Properties

    chainId: Uint8Array
    hasGenesis: boolean
    sequences: SequenceReport[]