UNPKG

chaingate

Version:

A complete TypeScript library for connecting to and making transactions on different blockchains

6 lines (5 loc) 129 B
export declare abstract class Secret { abstract get raw(): Uint8Array; get hexa(): string; get uniqueId(): string; }