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

    Interface iMsgUpdateDynamicStore<T>

    interface iMsgUpdateDynamicStore<T extends NumberType> {
        creator: string;
        customData?: string;
        defaultValue?: boolean;
        globalEnabled?: boolean;
        storeId: T;
        uri?: string;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    creator: string

    The creator of the transaction.

    customData?: string

    Custom data field for storing arbitrary data associated with this dynamic store.

    defaultValue?: boolean

    The new default value for uninitialized addresses (true/false).

    globalEnabled?: boolean

    The global kill switch state (true = enabled, false = disabled/halted). Callers should query the current value first if they want to keep it unchanged.

    storeId: T

    The ID of the dynamic store to update.

    uri?: string

    URI for additional metadata or resources associated with this dynamic store.