UNPKG

chaingate

Version:

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

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