UNPKG

@cityofzion/neo-js

Version:

Running NEO blockchain full node with Node.js and MongoDB.

5 lines (4 loc) 207 B
import { AxiosRequestConfig } from 'axios'; export declare class RpcDelegate { static query(url: string, method: string, params: any[], id: number, requestConfig: AxiosRequestConfig): Promise<object>; }