cesr
    Preparing search index...

    Class Counter

    Implements

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    code: string
    count: number
    Code: {
        v1: {
            AttachmentGroup: string;
            BodyWithAttachmentGroup: string;
            ControllerIdxSigs: string;
            ESSRPayloadGroup: string;
            FirstSeenReplayCouples: string;
            GenericGroup: string;
            NonNativeBodyGroup: string;
            NonTransReceiptCouples: string;
            PathedMaterialCouples: string;
            SealSourceCouples: string;
            SealSourceTriples: string;
            TransIdxSigGroups: string;
            TransLastIdxSigGroups: string;
            TransReceiptQuadruples: string;
            WitnessIdxSigs: string;
        };
        v2: {
            AttachmentGroup: string;
            BackerRegistrarSealCouples: string;
            BlindedStateQuadruples: string;
            BodyWithAttachmentGroup: string;
            BoundStateSextuples: string;
            ControllerIdxSigs: string;
            DatagramSegmentGroup: string;
            DigestSealSingles: string;
            ESSRPayloadGroup: string;
            ESSRWrapperGroup: string;
            FirstSeenReplayCouples: string;
            FixBodyGroup: string;
            GenericGroup: string;
            GenericListGroup: string;
            GenericMapGroup: string;
            MapBodyGroup: string;
            MerkleRootSealSingles: string;
            NonNativeBodyGroup: string;
            NonTransReceiptCouples: string;
            PathedMaterialCouples: string;
            SealSourceCouples: string;
            SealSourceLastSingles: string;
            SealSourceTriples: string;
            TransIdxSigGroups: string;
            TransLastIdxSigGroups: string;
            TransReceiptQuadruples: string;
            TypedDigestSealCouples: string;
            TypedMediaQuadruples: string;
            WitnessIdxSigs: string;
        };
    } = ...
    v1: {
        AttachmentGroup: (count: number) => Counter;
        BodyWithAttachmentGroup: (count: number) => Counter;
        ControllerIdxSigs: (count: number) => Counter;
        ESSRPayloadGroup: (count: number) => Counter;
        FirstSeenReplayCouples: (count: number) => Counter;
        GenericGroup: (count: number) => Counter;
        NonNativeBodyGroup: (count: number) => Counter;
        NonTransReceiptCouples: (count: number) => Counter;
        PathedMaterialCouples: (count: number) => Counter;
        SealSourceCouples: (count: number) => Counter;
        SealSourceTriples: (count: number) => Counter;
        TransIdxSigGroups: (count: number) => Counter;
        TransLastIdxSigGroups: (count: number) => Counter;
        TransReceiptQuadruples: (count: number) => Counter;
        WitnessIdxSigs: (count: number) => Counter;
    } = ...
    v2: {
        AttachmentGroup: (count: number) => Counter;
        BackerRegistrarSealCouples: (count: number) => Counter;
        BlindedStateQuadruples: (count: number) => Counter;
        BodyWithAttachmentGroup: (count: number) => Counter;
        BoundStateSextuples: (count: number) => Counter;
        ControllerIdxSigs: (count: number) => Counter;
        DatagramSegmentGroup: (count: number) => Counter;
        DigestSealSingles: (count: number) => Counter;
        ESSRPayloadGroup: (count: number) => Counter;
        ESSRWrapperGroup: (count: number) => Counter;
        FirstSeenReplayCouples: (count: number) => Counter;
        FixBodyGroup: (count: number) => Counter;
        GenericGroup: (count: number) => Counter;
        GenericListGroup: (count: number) => Counter;
        GenericMapGroup: (count: number) => Counter;
        MapBodyGroup: (count: number) => Counter;
        MerkleRootSealSingles: (count: number) => Counter;
        NonNativeBodyGroup: (count: number) => Counter;
        NonTransReceiptCouples: (count: number) => Counter;
        PathedMaterialCouples: (count: number) => Counter;
        SealSourceCouples: (count: number) => Counter;
        SealSourceLastSingles: (count: number) => Counter;
        SealSourceTriples: (count: number) => Counter;
        TransIdxSigGroups: (count: number) => Counter;
        TransLastIdxSigGroups: (count: number) => Counter;
        TransReceiptQuadruples: (count: number) => Counter;
        TypedDigestSealCouples: (count: number) => Counter;
        TypedMediaQuadruples: (count: number) => Counter;
        WitnessIdxSigs: (count: number) => Counter;
    } = ...

    Accessors

    • get raw(): Uint8Array<ArrayBuffer>

      Returns Uint8Array<ArrayBuffer>

    Methods

    • Parameters

      • input: string | Uint8Array<ArrayBufferLike>

      Returns Counter