UNPKG

@plugnet/util-crypto

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