UNPKG

@coinbase/agentkit

Version:

Coinbase AgentKit core primitives

9 lines (8 loc) 238 B
import { VaultsSdk } from "@vaultsfyi/sdk"; /** * Get the vaults.fyi SDK * * @param apiKey - The API key for the vaults.fyi API * @returns The vaults.fyi SDK client */ export declare function getVaultsSdk(apiKey: string): VaultsSdk;