UNPKG

chaingate

Version:

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

6 lines (5 loc) 129 B
export declare class PublicKey { readonly raw: Uint8Array; get hex(): string; constructor(compressed: Uint8Array); }