sdk-js

@nevermined-io/sdk - v3.1.2 / ServiceNFTSales

Interface: ServiceNFTSales

Hierarchy

Table of contents

Properties

Properties

attributes

attributes: Object

Type declaration

Name Type
additionalInformation { decimals?: string ; description: string ; erc20TokenAddress?: string ; priceHighestDenomination: number ; symbol?: string }
additionalInformation.decimals? string
additionalInformation.description string
additionalInformation.erc20TokenAddress? string
additionalInformation.priceHighestDenomination number
additionalInformation.symbol? string
main { creator: string ; datePublished: string ; ercType: ERCType ; name: string ; nftAttributes?: NFTServiceAttributes ; nftType: NeverminedNFTType ; price: string ; timeout: number }
main.creator string
main.datePublished string
main.ercType ERCType
main.name string
main.nftAttributes? NFTServiceAttributes
main.nftType NeverminedNFTType
main.price string
main.timeout number
serviceAgreementTemplate? ServiceAgreementTemplate

Overrides

ServiceCommon.attributes

Defined in

src/types/DDOTypes.ts:787


index

index: number

Inherited from

ServiceCommon.index

Defined in

src/types/DDOTypes.ts:682


serviceEndpoint

Optional serviceEndpoint: string

Inherited from

ServiceCommon.serviceEndpoint

Defined in

src/types/DDOTypes.ts:683


templateId

Optional templateId: string

Overrides

ServiceCommon.templateId

Defined in

src/types/DDOTypes.ts:786


type

type: "nft-sales"

Overrides

ServiceCommon.type

Defined in

src/types/DDOTypes.ts:785