UNPKG

@bandz/protocol-js

Version:

Bandz protocol data aggregation tool

5 lines (4 loc) 214 B
import { tStringDecimalUnits } from '../types'; export default interface SynthetixInterface { synthetixValidation: (userAddress: string, reserve: string, amount: tStringDecimalUnits) => Promise<boolean>; }