UNPKG

soren-sdk

Version:

SDK for interacting with Soren CTF Adapter contracts

8 lines 647 B
import { ethers } from "ethers"; import { InitializeParams } from "../types"; export declare const getSorenCtfAdapter: (signer: any, sorenCTFAdapterAddress: string) => Promise<ethers.Contract>; export declare const initialize: (params: InitializeParams) => Promise<any>; export declare const getQuestion: (questionId: string, signer: any, ctfAdapterAddress: string) => Promise<any>; export declare const isReady: (questionId: string, signer: any, ctfAdapterAddress: string) => Promise<any>; export declare const getExpectedPayouts: (questionId: string, signer: any, ctfAdapterAddress: string) => Promise<any>; //# sourceMappingURL=helpers.d.ts.map