UNPKG

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