import { Http } from '@turajs/http'; export interface ChainServiceSettings { readonly nodeHost: string; readonly reliableNodeHosts?: string[]; readonly apiRootUrl?: string; readonly httpClientOptions?: any; readonly httpClient?: Http; }