Type alias MarketplaceDataType
MarketplaceDataType: { accountList: string[] | undefined; collectionList: number[] | undefined; commissionFee: IFeeType | undefined; kind: string; listingFee: IFeeType | undefined; offchainData: string | undefined; owner: string; } Type declaration
accountList: string[] | undefined
collectionList: number[] | undefined
commissionFee: IFeeType | undefined
kind: string
listingFee: IFeeType | undefined
offchainData: string | undefined
owner: string