UNPKG

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