UNPKG

@polkadot/util-crypto

Version:
4 lines (3 loc) 220 B
import type { Keypair, KeypairType } from '../types.js'; import type { DeriveJunction } from './DeriveJunction.js'; export declare function keyFromPath(pair: Keypair, path: DeriveJunction[], type: KeypairType): Keypair;