Raindex SDK Documentation
    Preparing search index...

    Interface OrderV4

    interface OrderV4 {
        evaluable: EvaluableV4;
        nonce: string;
        owner: string;
        validInputs: IOV2[];
        validOutputs: IOV2[];
    }
    Index

    Properties

    evaluable: EvaluableV4
    nonce: string
    owner: string
    validInputs: IOV2[]
    validOutputs: IOV2[]