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

    Class DynamicStoreValue<T>

    DynamicStoreValue stores a boolean value for a specific address in a dynamic store. This allows the creator to set true/false values per address that can be checked during approval.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    address: string

    The address for which this value is stored.

    storeId: T

    The unique identifier for this dynamic store.

    value: boolean

    The boolean value (true/false).

    Methods