UNPKG

@parifi/synthetix-sdk-ts

Version:

A Typescript SDK for interactions with the Synthetix protocol

8 lines (6 loc) 208 B
declare class OracleDataRequiredError extends Error { oracleContract: string; oracleQuery: string; constructor(oracleContract: string, oracleQuery: string); } export { OracleDataRequiredError };