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.

5 lines (4 loc) 119 B
import { Scalar } from '../../scalar'; export declare class BlindingKey extends Scalar { constructor(obj?: any); }