Interface PrepareBulkSeaportOrders

interface PrepareBulkSeaportOrders {
    actions: Action[];
    preparedListings: {
        orderComponents: OrderComponents;
        orderHash: string;
    }[];
}

Properties

actions: Action[]
preparedListings: {
    orderComponents: OrderComponents;
    orderHash: string;
}[]