Module ui

Source
Expand description

Helper trait and functions to format Ethereum types.

Enums§

EthValue
Various numerical ethereum types used for pretty printing

Constants§

NAME_COLUMN_LEN 🔒
length of the name column for pretty formatting {:>20}{value}

Traits§

UIfmt
Helper trait to format Ethereum types.

Functions§

get_pretty_block_attr
Returns the UiFmt::pretty() formatted attribute of the given block
get_pretty_tx_attr
Returns the UiFmt::pretty() formatted attribute of the transactions
pretty_block_basics 🔒