mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-07-24 18:15:42 +00:00
3 lines
95 B
TypeScript
3 lines
95 B
TypeScript
import type { KeyringPair } from '../types.js';
|
|
export declare function nobody(): KeyringPair;
|