@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
2 lines (1 loc) • 446 B
JavaScript
import*as r from"./contracts-api/index.js";export{r as contractsApi};import*as t from"./chain-cache/index.js";export{t as chainCache};import*as e from"./trade-matcher/index.js";export{e as tradeMatcher};import*as o from"./utils/index.js";export{o as utils};import*as a from"./strategy-management/index.js";export{a as strategyManagement};import*as m from"./adapters/index.js";export{m as adapters};export{MatchType}from"./common/types/index.js";