PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@polkadot/util-crypto/address

Просмотр файла: check.d.ts

import type { Prefix } from './types.js';
/**
 * @name checkAddress
 * @summary Validates an ss58 address.
 * @description
 * From the provided input, validate that the address is a valid input.
 */
export declare function checkAddress(address: string, prefix: Prefix): [boolean, string | null];

Выполнить команду


Для локальной разработки. Не используйте в интернете!