UNPKG

chaingate

Version:

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

6 lines (5 loc) 145 B
export declare class ExtendedPublicKey { get raw(): Uint8Array<ArrayBufferLike>; readonly xpub: string; constructor(xpub: string); }