Type alias CancelOrderArgs

CancelOrderArgs: {
    orderId: string;
    signer: Signer;
}

Type declaration

  • orderId: string
  • signer: Signer

Generated using TypeDoc