PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@celo/connect/lib/utils

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

import { Block, BlockHeader, BlockNumber, CeloTx, CeloTxPending, CeloTxReceipt, Log } from '../types';
/**
 * Formats the input of a transaction and converts all values to HEX
 */
export declare function inputCeloTxFormatter(tx: CeloTx): CeloTx;
export declare function outputCeloTxFormatter(tx: any): CeloTxPending;
export declare function outputCeloTxReceiptFormatter(receipt: any): CeloTxReceipt;
export declare function inputDefaultBlockNumberFormatter(blockNumber: BlockNumber | null | undefined): BlockNumber | undefined;
export declare function inputBlockNumberFormatter(blockNumber: BlockNumber): BlockNumber | undefined;
export declare function outputBlockHeaderFormatter(blockHeader: any): BlockHeader;
export declare function outputBlockFormatter(block: any): Block;
export declare function hexToNumber(hex?: string): number | undefined;
export declare function outputLogFormatter(log: any): Log;
export declare function outputBigNumberFormatter(hex: string): string;
export declare function inputAddressFormatter(address?: string): string | undefined;
export declare function inputSignFormatter(data: string): string;

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


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