UNPKG

@taquito/signer

Version:

Software signer implementations and signing utilities for Taquito.

13 lines (12 loc) 375 B
export * as ECDSA from './ecdsa'; export * as Ed25519 from './ed25519'; export * from './types'; export declare class Path extends Array<number> { static from(iterable: Iterable<number> | ArrayLike<number>): Path; /** * * @param s derivation path eg: 44'/1729'/0'/0' * @returns applied hardened values */ static fromString(s: string): Path; }