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

    Class MsgUpdateDynamicStore

    MsgUpdateDynamicStore is used to update an existing dynamic store.

    from message badges.MsgUpdateDynamicStore

    Hierarchy

    Index

    Constructors

    Properties

    creator: string = ""

    Address of the creator.

    from field: string creator = 1;

    customData: string = ""

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

    from field: string customData = 6;

    defaultValue: boolean = false

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

    from field: bool defaultValue = 3;

    globalEnabled: boolean = false

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

    from field: bool globalEnabled = 4;

    storeId: string = ""

    ID of the dynamic store to update.

    from field: string storeId = 2;

    uri: string = ""

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

    from field: string uri = 5;

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

    Methods