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

    Class MsgUpdateDynamicStore<T>

    MsgUpdateDynamicStore is used to update an existing dynamic store.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    creator: string

    The creator of the transaction.

    customData?: string

    Custom data field for storing arbitrary data associated with this dynamic store.

    defaultValue?: boolean

    The new default value for uninitialized addresses (true/false).

    globalEnabled?: boolean

    The global kill switch state (true = enabled, false = disabled/halted). Callers should query the current value first if they want to keep it unchanged.

    storeId: T

    The ID of the dynamic store to update.

    uri?: string

    URI for additional metadata or resources associated with this dynamic store.

    Methods

    • Compares this object's fields to another object's fields for equality. Equality is determined by comparing the JSON representations of the objects.

      If normalizeNumberTypes is true, then all number types will be compared as strings (i.e. "1n" === "1" === 1). Else, they will be compared as their native types (i.e. 1n !== 1 !== "1").

      Type Parameters

      Parameters

      • other: undefined | null | CustomType<U>
      • OptionalnormalizeNumberTypes: boolean

      Returns boolean