UNPKG

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