UNPKG

@polkadot/util-crypto

Version:
3 lines (2 loc) 148 B
import type { Prefix } from './types.js'; export declare function sortAddresses(addresses: (string | Uint8Array)[], ss58Format?: Prefix): string[];