Files

4 lines
209 B
TypeScript

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