UNPKG

@cityofzion/neo-js

Version:

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

16 lines (12 loc) 217 B
import {} from 'lodash' export class RpcValidator { static validateUrl(url: string) { // TODO } static validateMethod(method: string) { // TODO } static validateId(id: number) { // TODO } }