Interface PrepareListingResponse

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

Properties

actions: Action[]
orderComponents: OrderComponents
orderHash: string