bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iAddToIpfsPayload

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

    Properties

    Properties

    The stuff to add to IPFS

    method: "ipfs" | "centralized"