UNPKG

@paxoslabs/earn-sdk

Version:
15 lines (12 loc) 534 B
export { g as getBridgeFee, a as getDepositExchangeRate, b as getWithdrawExchangeRate, i as isDepositSpendApproved, c as isWithdrawalSpendApproved } from './exchange-rate-ebIb2W9C.mjs'; import { C as ChainId } from './vault-config-BjSE7oL8.mjs'; import { V as VaultKey } from './config-BQynVNDC.mjs'; import 'viem'; type VaultStatusParams = { vaultKey: VaultKey; chainId: ChainId; }; declare const getVaultStatus: ({ vaultKey, chainId }: VaultStatusParams) => Promise<{ isPaused: boolean; }>; export { getVaultStatus };