bitbadgesjs-sdk - v0.22.7
    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;

    defaultValue: string = ""

    The new default value for uninitialized addresses (optional, only set if updating).

    from field: string defaultValue = 3;

    storeId: string = ""

    ID of the dynamic store to update.

    from field: string storeId = 2;

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

    Methods