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