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

    Class MsgDecrementStoreValue

    MsgDecrementStoreValue is used to decrement a usage count for a specific address in a dynamic store.

    from message badges.MsgDecrementStoreValue

    Hierarchy

    Index

    Constructors

    Properties

    address: string = ""

    The address for which to decrement the value.

    from field: string address = 3;

    amount: string = ""

    The amount to decrement by.

    from field: string amount = 4;

    creator: string = ""

    Address of the creator.

    from field: string creator = 1;

    setToZeroOnUnderflow: boolean = false

    If true, set to zero on underflow. If false, throw error on underflow.

    from field: bool setToZeroOnUnderflow = 5;

    storeId: string = ""

    ID of the dynamic store.

    from field: string storeId = 2;

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

    Methods