Interface AddToIpfsPayload

interface AddToIpfsPayload {
    contents?: (
        | iMetadata<NumberType>
        | iCollectionMetadataDetails<NumberType>
        | iBadgeMetadataDetails<NumberType>
        | iChallengeDetails<NumberType>)[];
    method: "ipfs" | "centralized";
}

Properties

Properties

The stuff to add to IPFS

method: "ipfs" | "centralized"