mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-06-14 15:51:02 +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;
|