UNPKG

@bancor/carbon-sdk

Version:

The SDK is a READ-ONLY tool, intended to facilitate working with Carbon contracts. It's a convenient wrapper around our matching algorithm, allowing programs and users get a ready to use transaction data that will allow them to manage strategies and fulfi

8 lines 345 B
export * as contractsApi from './contracts-api'; export * as chainCache from './chain-cache'; export * as tradeMatcher from './trade-matcher'; export * as utils from './utils'; export * as strategyManagement from './strategy-management'; export * as adapters from './adapters'; export * from './common/types'; //# sourceMappingURL=index.d.ts.map