UNPKG

@coinbase/agentkit

Version:

Coinbase AgentKit core primitives

16 lines (15 loc) 375 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getVaultsSdk = getVaultsSdk; const sdk_1 = require("@vaultsfyi/sdk"); /** * Get the vaults.fyi SDK * * @param apiKey - The API key for the vaults.fyi API * @returns The vaults.fyi SDK client */ function getVaultsSdk(apiKey) { return new sdk_1.VaultsSdk({ apiKey, }); }