Formatter
class Formatter { }
constructor();
readonly formats: Formats;
accessList(accessList: Array<any>): AccessList;
address(value: any): string;
bigNumber(value: any): BigNumber;
blockTag(blockTag: any): string;
boolean(value: any): boolean;
callAddress(value: any): string;
contractAddress(value: any): string;
data(value: any, strict?: boolean): string;
difficulty(value: any): number;
filter(value: any): any;
filterLog(value: any): any;
getDefaultFormats(): Formats;
hash(value: any, strict?: boolean): string;
hex(value: any, strict?: boolean): string;
number(number: any): number;
receiptLog(value: any): any;
topics(value: any): any;
transaction(value: any): any;
transactionRequest(value: any): any;
type(number: any): number;
uint256(value: any): string;
static allowFalsish(format: FormatFunc, replaceValue: any): FormatFunc;
static allowNull(format: FormatFunc, nullValue?: any): FormatFunc;
static arrayOf(format: FormatFunc): FormatFunc;
static check(format: {}, object: any): any;
[name: string]: FormatFunc;
§Properties
§Methods
§
receipt(value: any): TransactionReceipt
[src]§
transactionResponse(transaction: any): TransactionResponse
[src]