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.

10 lines (9 loc) 262 B
export declare class AmountRecoveryRes { isSucc: boolean; amount: number; msg: string; constructor(isSucc: boolean, amount: number, msg: string); toString(): string; serialize(): string; deserialize(hex: string): AmountRecoveryRes; }