stacks-fireblocks-sdk
    Preparing search index...

    Interface SdkPoolItem

    interface SdkPoolItem {
        isInUse: boolean;
        lastUsed: Date;
        sdk: StacksSDK;
    }
    Index

    Properties

    Properties

    isInUse: boolean
    lastUsed: Date