UNPKG

@opiumteam/opium-sdk-v2

Version:

one-stop-shop SDK to interact with the Opium-v2 protocol contracts, subgraphs and APIs

10 lines (9 loc) 241 B
import * as Sdk from './sdk/index'; import * as types from './types/index'; import * as utils from './utils/index'; declare const _default: { Sdk: typeof Sdk; types: typeof types; utils: typeof utils; }; export default _default;