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) 241 B
import { ManagedObj } from './managedObj'; export declare class Script extends ManagedObj { constructor(obj: any); value(): any; serialize(): string; static deserialize(this: new (obj: any) => Script, hex: string): Script; }