The Seaport Offer type
type SeaportOrder = {
parameters: SeaportOrderParams;
signature: `0x${string}`;
};
This
parameters
A valid SeaportOfferParams object.
signature
A string representing the digital signature of the offer. It starts with "0x" followed by a string of hexadecimal digits.