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

    Interface TimeLockPuzzle

    Note the timing parameter in this TimeLockPuzzle is ommitted as this is a constant component of the protocol.

    interface TimeLockPuzzle {
        input: string;
        modulus: string;
    }
    Index

    Properties

    Properties

    input: string

    The timelock puzzle input base64 (no 0x)

    modulus: string

    The timelock puzzle modulus base64 (no 0x)