PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/web3-validator/lib/commonjs/validation

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

/**
 * Checks if its a valid topic
 */
export declare const isTopic: (topic: string) => boolean;
/**
 * Returns true if the topic is part of the given bloom.
 * note: false positives are possible.
 */
export declare const isTopicInBloom: (bloom: string, topic: string) => boolean;

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


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