Interface iAddToIpfsSuccessResponse

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

Implemented by

Properties

Properties

results: {
    cid: string;
}[]

An array of badge metadata results, if applicable.

Type declaration

  • cid: string