configOpts: {
    api: ApiPromise;
    logLevel: LogLevel;
    submitTxResolveOn: ResultEvaluator;
} & {
    [key: string]: any;
}