UNPKG

@cityofzion/neo-js

Version:

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

13 lines 385 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class NeoValidator { static validateHeight(height) { if (height <= 0) { throw new Error(`'height' must be an integer 1 or above.`); } } static validateTransactionId(transactionId) { } } exports.NeoValidator = NeoValidator; //# sourceMappingURL=neo-validator.js.map