UNPKG

@protokol/notarization-crypto

Version:

Transaction Builders For Notarization Transaction Types

13 lines 532 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.notarizationSchema = exports.vendorFieldSchema = exports.amountSchema = void 0; exports.amountSchema = { bignumber: { minimum: 0, maximum: 0 } }; exports.vendorFieldSchema = { anyOf: [{ type: "null" }, { type: "string", format: "vendorField" }] }; exports.notarizationSchema = { type: "object", required: ["hash"], properties: { hash: { type: "string", minLength: 1 }, }, }; //# sourceMappingURL=notarization-schemas.js.map