Type alias MarketplaceDataType

MarketplaceDataType: {
    accountList: string[] | undefined;
    commissionFee: Marketplace.IFeeType | undefined;
    kind: string;
    listingFee: Marketplace.IFeeType | undefined;
    offchainData: string | undefined;
    owner: string;
}

Type declaration

Generated using TypeDoc