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

    Interface CommitParams

    interface CommitParams {
        puzzle: { input: string; modulus: string };
        requestId: string;
    }
    Index

    Properties

    Properties

    puzzle: { input: string; modulus: string }

    Type declaration

    • input: string

      The timelock puzzle input base64 (no 0x)

    • modulus: string

      The timelock puzzle modulus base64 (no 0x)

    requestId: string

    Id of the randomness request to commit to