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) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TokenKey = void 0; const scalar_1 = require("../../scalar"); class TokenKey extends scalar_1.Scalar { constructor(obj) { super(obj); } } exports.TokenKey = TokenKey;