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

    Class MsgIncrementStoreValue

    MsgIncrementStoreValue is used to increment a usage count for a specific address in a dynamic store.

    from message badges.MsgIncrementStoreValue

    Hierarchy

    Index

    Constructors

    Properties

    address: string = ""

    The address for which to increment the value.

    from field: string address = 3;

    amount: string = ""

    The amount to increment by.

    from field: string amount = 4;

    creator: string = ""

    Address of the creator.

    from field: string creator = 1;

    storeId: string = ""

    ID of the dynamic store.

    from field: string storeId = 2;

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

    Methods