UNPKG

221 BTypeScriptView Raw
1import type { Prefix } from './types';
2/**
3 * @description Sets the global SS58 format to use for address encoding
4 * @deprecated Use keyring.setSS58Format
5 */
6export declare function setSS58Format(prefix: Prefix): void;