stacks-fireblocks-sdk
    Preparing search index...

    Variable envConst

    env: {
        FIREBLOCKS_API_KEY: string;
        FIREBLOCKS_BASE_PATH: BasePath;
        FIREBLOCKS_SECRET_KEY_PATH: string;
        NETWORK: string;
        POOL_CLEANUP_INTERVAL_MS: number;
        POOL_IDLE_TIMEOUT_MS: number;
        POOL_MAX_SIZE: number;
        TESTNET: boolean;
    } = ...

    Type Declaration

    • ReadonlyFIREBLOCKS_API_KEY: string
    • ReadonlyFIREBLOCKS_BASE_PATH: BasePath
    • ReadonlyFIREBLOCKS_SECRET_KEY_PATH: string
    • ReadonlyNETWORK: string
    • ReadonlyPOOL_CLEANUP_INTERVAL_MS: number
    • ReadonlyPOOL_IDLE_TIMEOUT_MS: number
    • ReadonlyPOOL_MAX_SIZE: number
    • ReadonlyTESTNET: boolean