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

    Interface iGetOnChainDynamicStoresByCreatorSuccessResponse<T>

    interface iGetOnChainDynamicStoresByCreatorSuccessResponse<
        T extends NumberType = NumberType,
    > {
        stores: iDynamicStoreDocWithDetails<T>[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Properties