Struct ethereum::LegacyTransaction [−][src]
pub struct LegacyTransaction {
pub nonce: U256,
pub gas_price: U256,
pub gas_limit: U256,
pub action: TransactionAction,
pub value: U256,
pub input: Vec<u8>,
pub signature: TransactionSignature,
}Fields
nonce: U256gas_price: U256gas_limit: U256action: TransactionActionvalue: U256input: Vec<u8>signature: TransactionSignatureImplementations
Trait Implementations
Decode a value from RLP bytes
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for LegacyTransaction
impl Send for LegacyTransaction
impl Sync for LegacyTransaction
impl Unpin for LegacyTransaction
impl UnwindSafe for LegacyTransaction
Blanket Implementations
Mutably borrows from an owned value. Read more
