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

    Class MsgSetDynamicStoreValue

    MsgSetDynamicStoreValue is used to set a boolean value for a specific address in a dynamic store.

    from message badges.MsgSetDynamicStoreValue

    Hierarchy

    Index

    Constructors

    Properties

    address: string = ""

    The address for which to set the value.

    from field: string address = 3;

    creator: string = ""

    Address of the creator.

    from field: string creator = 1;

    storeId: string = ""

    ID of the dynamic store.

    from field: string storeId = 2;

    value: boolean = false

    The boolean value to set (true/false).

    from field: bool value = 4;

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

    Methods