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

    Class DynamicStoreValueDoc<T>

    DynamicStoreValueDoc represents a value stored in an on-chain dynamic store for a specific address.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    _docId: string

    A unique stringified document ID

    _id?: string

    A unique document ID (Mongo DB ObjectID)

    address: string
    storeId: T
    value: boolean

    Methods