@microsoft/ccf-app

    Variable getViewForSeqnoConst

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

    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): null | number
      • 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 null | number

    MMNEPVFCICPMFPCPTTAAATR