Skip to main content

FoundryTransactionResponse

Type Alias FoundryTransactionResponse 

Source
pub type FoundryTransactionResponse = Transaction<FoundryTxEnvelope>;
Expand description

JSON-RPC transaction response type used by super::FoundryNetwork.

Aliased Type§

pub struct FoundryTransactionResponse {
    pub inner: Transaction<FoundryTxEnvelope>,
    pub deposit_nonce: Option<u64>,
    pub deposit_receipt_version: Option<u64>,
}

Fields§

§inner: Transaction<FoundryTxEnvelope>

Ethereum Transaction Types

§deposit_nonce: Option<u64>

Nonce for deposit transactions. Only present in RPC responses.

§deposit_receipt_version: Option<u64>

Deposit receipt version for deposit transactions post-canyon

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 1008 bytes