Type Alias pallet_ethereum::pallet::Pending
source · pub type Pending<T: Config> = StorageValue<_GeneratedPrefixForStoragePending<T>, Vec<(Transaction, TransactionStatus, Receipt)>, ValueQuery>;
Expand description
Current building block’s transactions and receipts.
Storage type is [StorageValue
] with value type Vec < (Transaction, TransactionStatus, Receipt) >
.
Aliased Type§
struct Pending<T: Config>(/* private fields */);