ao-js-sdk - v0.0.9
    Preparing search index...

    Interface RevealParams

    interface RevealParams {
        requestId: string;
        rsa_key: { p: string; q: string };
    }
    Index

    Properties

    Properties

    requestId: string

    Id of the randomness request to reveal

    rsa_key: { p: string; q: string }

    Type declaration

    • p: string

      base64 (no 0x)

    • q: string

      base64 (no 0x)