mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 10:17:57 +00:00
3 lines
148 B
TypeScript
3 lines
148 B
TypeScript
import type { Prefix } from './types.js';
|
|
export declare function sortAddresses(addresses: (string | Uint8Array)[], ss58Format?: Prefix): string[];
|