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

    Interface iAddToIpfsSuccessResponse

    interface iAddToIpfsSuccessResponse {
        results: { cid: string; uri?: string }[];
    }

    Implemented by

    Index

    Properties

    Properties

    results: { cid: string; uri?: string }[]

    An array of token metadata results, if applicable.