UNPKG

airgap-coin-lib

Version:

The airgap-coin-lib is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.

14 lines 568 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var SchemaTypes; (function (SchemaTypes) { SchemaTypes["STRING"] = "string"; SchemaTypes["NUMBER"] = "number"; SchemaTypes["INTEGER"] = "integer"; SchemaTypes["BOOLEAN"] = "boolean"; SchemaTypes["NULL"] = "null"; SchemaTypes["ARRAY"] = "array"; SchemaTypes["OBJECT"] = "object"; SchemaTypes["HEX_STRING"] = "hexString"; // TODO: Should we do it like that? })(SchemaTypes = exports.SchemaTypes || (exports.SchemaTypes = {})); //# sourceMappingURL=schema.js.map