fuel_block_producer::ports

Type Alias DBTransaction

Source
pub type DBTransaction<Database> = Box<dyn DatabaseTransaction<Database>>;

Aliased Typeยง

struct DBTransaction<Database>(/* private fields */);