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) 167 B
import { CTxOut } from './ctxOut'; export declare class CTxOuts { private obj; constructor(obj: any); at: (i: number) => CTxOut; size: () => number; }