Interface iCollectionMetadata

interface iCollectionMetadata {
    customData: string;
    uri: string;
}

Implemented by

Properties

Properties

customData: string

Arbitrary custom data that can be stored on-chain

uri: string

The URI where to fetch the collection metadata from.