BuyFromListingParams

type BuyFromListingParams = {
listingId: bigint;
quantity: bigint;
recipient: Address;
};