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

    Class MsgSetDynamicStoreValue

    MsgSetDynamicStoreValue is used to set a usage count 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: string = ""

    The usage count to set (number of times this address can use the approval).

    from field: string value = 4;

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

    Methods