UNPKG

@cityofzion/neo-js

Version:

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

6 lines (5 loc) 171 B
export declare class RpcValidator { static validateUrl(url: string): void; static validateMethod(method: string): void; static validateId(id: number): void; }