UNPKG

193 BTypeScriptView Raw
1import type { Keypair } from '../types';
2export declare function createDeriveFn(derive: (pair: Uint8Array, cc: Uint8Array) => Uint8Array): (keypair: Keypair, chainCode: Uint8Array) => Keypair;