Nado Typescript SDK Documentation
    Preparing search index...

    Interface SignedEIP712OrderParams

    interface SignedEIP712OrderParams {
        order: EIP712OrderParams;
        signature: string;
    }
    Index

    Properties

    Properties

    signature: string