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

    Interface iMsgSetDynamicStoreValue<T>

    interface iMsgSetDynamicStoreValue<T extends NumberType> {
        address: string;
        creator: string;
        storeId: T;
        value: T;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    address: string

    The address for which to set the value.

    creator: string

    The creator of the transaction.

    storeId: T

    The ID of the dynamic store.

    value: T

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