Skip to main content

TxCacheTransactionsResponse

Type Alias TxCacheTransactionsResponse 

Source
pub type TxCacheTransactionsResponse = TransactionList;
👎Deprecated since 0.16.0:

renamed to TransactionList

Expand description

Deprecated alias for TransactionList.

Aliased Type§

pub struct TxCacheTransactionsResponse {
    pub transactions: Vec<EthereumTxEnvelope<TxEip4844Variant>>,
}

Fields§

§transactions: Vec<EthereumTxEnvelope<TxEip4844Variant>>

The list of transactions.