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

    Interface iMsgIncrementStoreValue<T>

    interface iMsgIncrementStoreValue<T extends NumberType> {
        address: string;
        amount: T;
        creator: string;
        storeId: T;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    address: string

    The address for which to increment the value.

    amount: T

    The amount to increment by.

    creator: string

    The creator of the transaction.

    storeId: T

    The ID of the dynamic store.