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

    Interface iMsgUpdateDynamicStore<T>

    interface iMsgUpdateDynamicStore<T extends NumberType> {
        creator: string;
        storeId: T;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Properties

    creator: string

    The creator of the transaction.

    storeId: T

    The ID of the dynamic store to update.