stacks-fireblocks-sdk
    Preparing search index...

    Interface SdkManagerMetrics

    interface SdkManagerMetrics {
        activeInstances: number;
        idleInstances: number;
        instancesByVaultAccount: Record<string, boolean>;
        totalInstances: number;
    }
    Index

    Properties

    activeInstances: number
    idleInstances: number
    instancesByVaultAccount: Record<string, boolean>
    totalInstances: number