Interface IListedNft

interface IListedNft {
    accountId: string;
    commissionFee?: RequireOnlyOne<IFeeType, keyof IFeeType>;
    marketplaceId: number;
    price: BN;
}

Properties

accountId: string
commissionFee?: RequireOnlyOne<IFeeType, keyof IFeeType>
marketplaceId: number
price: BN

Generated using TypeDoc