mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-06-23 13:11:11 +00:00
3 lines
139 B
TypeScript
3 lines
139 B
TypeScript
import type { Keypair } from '../../types.js';
|
|
export declare function sr25519KeypairToU8a({ publicKey, secretKey }: Keypair): Uint8Array;
|