@microsoft/ccf-app
    Preparing search index...

    Variable getViewForSeqnoConst

    getViewForSeqno: (seqno: number) => number | null = ...

    Get the view associated with a given seqno, to construct a valid TxID. If the seqno is not known by the node, null is returned.

    Type Declaration

      • (seqno: number): number | null
      • Get the view associated with a given seqno, to construct a valid TxID. If the seqno is not known by the node, null is returned.

        Parameters

        • seqno: number

        Returns number | null