Files
pezkuwi-common/packages/util-crypto/key/fromPath.d.ts
T

4 lines
220 B
TypeScript

import type { Keypair, KeypairType } from '../types.js';
import type { DeriveJunction } from './DeriveJunction.js';
export declare function keyFromPath(pair: Keypair, path: DeriveJunction[], type: KeypairType): Keypair;