Skip to main content

PublishMetadataOptions

@nevermined-io/sdk - v3.0.33 / PublishMetadataOptions

Enumeration: PublishMetadataOptions

Where the metadata will be published. Options:

  • OnlyMetadataAPI, The metadata will be stored only in the Metadata/Marketplace API
  • IPFS, The metadata will be stored in the Metadata/Marketplace API and IPFS
  • Filecoin, The metadata will be stored in the Metadata/Marketplace API and Filecoin
  • Arweave, The metadata will be stored in the Metadata/Marketplace API and Arweave

Table of contents

Enumeration Members

Enumeration Members

Arweave

Arweave = 3

Defined in

src/types/MetadataTypes.ts:28


Filecoin

Filecoin = 2

Defined in

src/types/MetadataTypes.ts:27


IPFS

IPFS = 1

Defined in

src/types/MetadataTypes.ts:26


OnlyMetadataAPI

OnlyMetadataAPI = 0

Defined in

src/types/MetadataTypes.ts:25