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

    Interface iIPFSTotalsDoc<T>

    interface iIPFSTotalsDoc<T extends NumberType> {
        _docId: string;
        _id?: string;
        bytesUploaded: T;
    }

    Type Parameters

    Hierarchy (View Summary)

    • Doc
      • iIPFSTotalsDoc

    Implemented by

    Index

    Properties

    _docId: string

    A unique stringified document ID

    _id?: string

    A unique document ID (Mongo DB ObjectID)

    bytesUploaded: T

    The total bytes uploaded