Struct fuel_core_interfaces::db::Transactions
source · pub struct Transactions;
Expand description
The storage table of confirmed transactions.
Trait Implementations§
source§impl Mappable for Transactions
impl Mappable for Transactions
§type SetValue = Transaction
type SetValue = Transaction
The value type is used while setting the value to the storage. In most cases, it is the same
as
Self::GetValue
, but it is without restriction and can be used for performance
optimizations. Read more§type GetValue = <Transactions as Mappable>::SetValue
type GetValue = <Transactions as Mappable>::SetValue
The value type is used while getting the value from the storage.