Skip to main content

pretty_receipt

Function pretty_receipt 

Source
fn pretty_receipt<T: TxReceipt<Log = Log>>(
    receipt: &TransactionReceipt<T>,
    tx_type: u8,
) -> String
Expand description

Pretty-prints the common fields of any TransactionReceipt<T>.