Interface FulfillOrderResponse

interface FulfillOrderResponse {
    actions: Action[];
    expiration: string;
    order: Order;
}

Properties

actions: Action[]
expiration: string

User MUST submit the fulfillment transaction before the expiration Submitting after the expiration will result in a on chain revert

order: Order