UNPKG

@plasma-fi/sdk

Version:

🛠 An SDK for building dapp on PlasmaSwap.

7 lines (6 loc) • 131 B
import JSBI from 'jsbi'; /** * Mock the on-chain sqrt function * @param y */ export declare function sqrt(y: JSBI): JSBI;