mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 05:38:03 +00:00
7 lines
224 B
TypeScript
7 lines
224 B
TypeScript
import type { Prefix } from './types.js';
|
|
/**
|
|
* @description Sets the global SS58 format to use for address encoding
|
|
* @deprecated Use keyring.setSS58Format
|
|
*/
|
|
export declare function setSS58Format(prefix: Prefix): void;
|