Skip to content

Commit

Permalink
added Transaction::raw (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik committed Jul 7, 2020
1 parent cd483f2 commit f8ed713
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types/transaction.rs
Expand Up @@ -30,6 +30,9 @@ pub struct Transaction {
pub gas: U256,
/// Input data
pub input: Bytes,
/// Raw transaction data
#[serde(default)]
pub raw: Option<Bytes>,
}

/// "Receipt" of an executed transaction: details of its execution.
Expand Down

0 comments on commit f8ed713

Please sign in to comment.