UNPKG

209 BTypeScriptView Raw
1import type { Keypair } from '../types.js';
2import type { DeriveJunction } from './DeriveJunction.js';
3export declare function keyHdkdSr25519(keypair: Keypair, { chainCode, isSoft }: DeriveJunction): Keypair;