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

    Interface iGetOnChainDynamicStoreValueSuccessResponse<T>

    interface iGetOnChainDynamicStoreValueSuccessResponse<
        T extends NumberType = NumberType,
    > {
        _docId: string;
        _id?: string;
        address: string;
        storeId: T;
        value: boolean;
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    _docId: string

    A unique stringified document ID

    _id?: string

    A unique document ID (Mongo DB ObjectID)

    address: string
    storeId: T
    value: boolean