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

    Interface iBitBadgesApi<T>

    interface iBitBadgesApi<T extends NumberType> {
        apiKey?: string;
        apiUrl?: string;
        appendedHeaders?: Record<string, string>;
        convertFunction: (num: NumberType) => T;
    }

    Type Parameters

    Index

    Properties

    apiKey?: string
    apiUrl?: string
    appendedHeaders?: Record<string, string>
    convertFunction: (num: NumberType) => T