UNPKG

148 BTypeScriptView Raw
1import type { Prefix } from './types.js';
2export declare function sortAddresses(addresses: (string | Uint8Array)[], ss58Format?: Prefix): string[];