UNPKG

@linenext/dapp-portal-sdk

Version:

Dapp Portal SDK

8 lines (7 loc) 299 B
import { DappPortalSDKConfig } from '../config/config'; import { RequestArguments } from '../provider/interface'; export declare class ChainNodeRpcClient { private readonly chainRpcUrl; constructor(config: DappPortalSDKConfig); requestRpc(request: RequestArguments): Promise<unknown>; }