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.

8 lines (7 loc) 255 B
import { PublicKey } from './keys/publicKey'; import { ViewKey } from './keys/childKeyDesc/txKeyDesc/viewKey'; export declare class ViewTag { value: number; constructor(blindingPubKey: PublicKey, viewKey: ViewKey); static random(): ViewTag; }