skeldjs
    Preparing search index...

    Interface CurrentEpoch

    interface CurrentEpoch {
        nextExpectedSequence: number;
        nextOutgoingSequence: number;
        previousSequenceWindowBitmask: number;
        recordProtection: RecordProtection;
    }
    Index

    Properties

    nextExpectedSequence: number
    nextOutgoingSequence: number
    previousSequenceWindowBitmask: number
    recordProtection: RecordProtection