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.

9 lines (6 loc) 127 B
import { Scalar } from '../../scalar' export class TokenKey extends Scalar { constructor(obj?: any) { super(obj) } }