PHP WebShell
Текущая директория: /var/www/bitcardoApp/node_modules/tronweb/lib/esm/utils
Просмотр файла: abi.d.ts
import { FunctionFragment, GetOutputsType } from '../types/ABI.js';
export declare function decodeParams(names: string[], types: string[], output: string, ignoreMethodHash?: boolean): any;
export declare function encodeParams(types: string[], values: any[]): string;
export declare function encodeParamsV2ByABI(funABI: FunctionFragment, args: any[]): string;
export declare function decodeParamsV2ByABI<T extends FunctionFragment>(funABI: T, data: string | Uint8Array): GetOutputsType<T["outputs"]>;
Выполнить команду
Для локальной разработки. Не используйте в интернете!