Offer

type Offer = {
asset: NFT;
assetContractAddress: Address;
currencyContractAddress: Address;
currencyValue: GetBalanceResult;
endTimeInSeconds: bigint;
id: bigint;
offerorAddress: Address;
quantity: bigint;
status: ListingStatus;
tokenId: bigint;
totalPrice: bigint;
};