mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-28 17:57:57 +00:00
3 lines
127 B
TypeScript
3 lines
127 B
TypeScript
import type { Keypair } from '../../types.js';
|
|
export declare function sr25519PairFromU8a(full: string | Uint8Array): Keypair;
|