@river-build/sdk
Version:
For more details, visit the following resources:
6 lines • 386 B
TypeScript
import { RiverChainConfig } from '@river-build/web3';
import { StreamRpcClient } from './makeStreamRpcClient';
import { ethers } from 'ethers';
import { RpcOptions } from './rpcCommon';
export declare function makeRiverRpcClient(provider: ethers.providers.Provider, config: RiverChainConfig, opts?: RpcOptions): Promise<StreamRpcClient>;
//# sourceMappingURL=makeRiverRpcClient.d.ts.map