UNPKG

across-bridge-v3-sdk

Version:

Light-weighted SDK for interacting with Across V3 API

4 lines 370 B
import 'cli.ts'; import 'client.ts'; export { AcrossClient, createAcrossClient, type AcrossSuggestedFeesParams, type AcrossLimitsParams, type AcrossAvailableRoutesParams, type AcrossDepositStatusParams, type AcrossSuggestedFeesResult, type AcrossLimitsResult, type AcrossRouteResult, type AcrossDepositStatusResult, } from './client'; //# sourceMappingURL=index.d.ts.map