Skip to main content

pretty_receipt

Function pretty_receipt 

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

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