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

    Interface iMsgDecrementStoreValue<T>

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

    Type Parameters

    Implemented by

    Index

    Properties

    address: string

    The address for which to decrement the value.

    amount: T

    The amount to decrement by.

    creator: string

    The creator of the transaction.

    storeId: T

    The ID of the dynamic store.