Documentation
    Preparing search index...

    Interface RateLimitProof

    interface RateLimitProof {
        epoch: Uint8Array;
        merkleRoot: Uint8Array;
        nullifier: Uint8Array;
        proof: Uint8Array;
        rlnIdentifier: Uint8Array;
        shareX: Uint8Array;
        shareY: Uint8Array;
    }
    Index

    Properties

    epoch: Uint8Array
    merkleRoot: Uint8Array
    nullifier: Uint8Array
    proof: Uint8Array
    rlnIdentifier: Uint8Array
    shareX: Uint8Array
    shareY: Uint8Array