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

Properties

Properties

signature: string