Trait TxEip4844Sidecar

Source
pub trait TxEip4844Sidecar {
    // Required method
    fn size(&self) -> usize;
}
Expand description

An EIP-4844 transaction sidecar.

Required Methods§

Source

fn size(&self) -> usize

Calculate a size heuristic for the in-memory size of the sidecar.

Implementations on Foreign Types§

Source§

impl TxEip4844Sidecar for BlobTransactionSidecarVariant

Source§

fn size(&self) -> usize

Source§

impl TxEip4844Sidecar for BlobTransactionSidecarEip7594

Source§

fn size(&self) -> usize

Implementors§