CancelOfferParams

Represents the parameters for the "cancelOffer" function.

type CancelOfferParams = WithOverrides<{
offerId: AbiParameterToPrimitiveType<{
name: "_offerId";
type: "uint256";
}>;
}>;