UNPKG

chaingate

Version:

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

6 lines (5 loc) 148 B
export declare class ExtendedPrivateKey { get raw(): Uint8Array<ArrayBufferLike>; readonly xpriv: string; constructor(xpriv: string); }