UNPKG

@opiumteam/opium-sdk-v2

Version:

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

5 lines (4 loc) 225 B
import { BigNumber, BigNumberish } from 'ethers'; export declare const toBN: (value: string) => BigNumber; export declare const fromBN: (value: BigNumber) => string; export declare const cast: (x: BigNumberish) => BigNumber;