mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 03:17:58 +00:00
4 lines
209 B
TypeScript
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;
|