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

    Class DynamicStoreValue

    A 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.

    from message badges.DynamicStoreValue

    Hierarchy

    Index

    Constructors

    Properties

    address: string = ""

    The address for which this value is stored.

    from field: string address = 2;

    storeId: string = ""

    The unique identifier for this dynamic store.

    from field: string storeId = 1;

    value: boolean = false

    The boolean value (true/false).

    from field: bool value = 3;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "badges.DynamicStoreValue"

    Methods