UNPKG

@iexec/iexec-oracle-factory-wrapper

Version:
5 lines (4 loc) 243 B
declare const isOracleId: (oracleId: any) => boolean; declare const computeOracleId: (paramSet: any) => Promise<string>; declare const computeCallId: (callParams: any) => Promise<string>; export { isOracleId, computeOracleId, computeCallId };