Skip to main content

TxCacheBundle

Type Alias TxCacheBundle 

Source
pub type TxCacheBundle = CachedBundle;
👎Deprecated since 0.16.0:

renamed to CachedBundle

Expand description

Deprecated alias for CachedBundle.

Aliased Type§

pub struct TxCacheBundle {
    pub id: Uuid,
    pub bundle: SignetEthBundle,
}

Fields§

§id: Uuid

The bundle id (a UUID)

§bundle: SignetEthBundle

The bundle itself