Interface BulkListingsResult

Hierarchy

  • BulkListingsResult

Properties

Properties

result: {
    success: boolean;
    orderHash: string;
    order?: Order;
}[]

Type declaration

  • success: boolean
  • orderHash: string
  • Optional order?: Order

Generated using TypeDoc