@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) • 326 B
JavaScript
import r from"../Composer/index.js";import{Contracts as e}from"../Contracts/index.js";import o from"../Reader/index.js";class s{_reader;_composer;constructor(s,t){const m=new e(s,t);this._reader=new o(m),this._composer=new r(m)}get reader(){return this._reader}get composer(){return this._composer}}export{s as ContractsApi};