mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-07-22 14:35:41 +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;
|