UNPKG

navio-blsct

Version:

TypeScript bindings for the `libblsct` library used by the [Navio](https://nav.io/) blockchain to construct confidential transactions based on the BLS12-381 curve.

11 lines (10 loc) 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SpendingKey = void 0; const scalar_1 = require("../../../scalar"); class SpendingKey extends scalar_1.Scalar { constructor(obj) { super(obj); } } exports.SpendingKey = SpendingKey;