UNPKG

@paxoslabs/earn-sdk

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