Crate arb_primitives

Crate arb_primitives 

Source
Expand description

Arbitrum primitive types.

Transaction types, receipts, gas accounting, and signed transaction handling for Arbitrum’s extended EIP-2718 type space.

Re-exports§

pub use receipt::ArbDepositReceipt;
pub use receipt::ArbReceipt;
pub use receipt::ArbReceiptKind;
pub use receipt::SetArbReceiptFields;
pub use signed_tx::ArbTransactionExt;
pub use signed_tx::ArbTransactionSigned;
pub use signed_tx::ArbTxTypeLocal;
pub use signed_tx::ArbTypedTransaction;
pub use signed_tx::RetryTxInfo;
pub use signed_tx::SubmitRetryableInfo;

Modules§

arbos_versions
error
multigas
receipt
signed_tx
tx_types

Structs§

ArbPrimitives
Arbitrum node primitives for use with reth’s NodePrimitives trait.