UNPKG

@polkadot/util-crypto

Version:
4 lines (3 loc) 209 B
import type { Keypair } from '../types.js'; import type { DeriveJunction } from './DeriveJunction.js'; export declare function keyHdkdSr25519(keypair: Keypair, { chainCode, isSoft }: DeriveJunction): Keypair;