Docs.rs
fuel-core-executor-0.41.7
fuel-core-executor 0.41.7
Docs.rs crate page
BUSL-1.1
Links
Homepage
Repository
crates.io
Source
Owners
fuel-service-user
Dependencies
anyhow ^1.0
normal
fuel-core-storage ^0.41.7
normal
fuel-core-types ^0.41.7
normal
hex ^0.4
normal
parking_lot ^0.12
normal
serde ^1.0
normal
tracing ^0.1
normal
fuel-core-storage ^0.41.7
dev
fuel-core-types ^0.41.7
dev
Versions
28.21%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
fuel_
core_
executor
0.41.7
Module executor
Module Items
Structs
Functions
In crate fuel_
core_
executor
fuel_core_executor
Module
executor
Copy item path
Source
Structs
§
Block
Executor
Execution
Data
Data that is generated after executing all transactions.
Execution
Instance
The executor instance performs block production and validation. Given a block, it will execute all the transactions contained in the block and persist changes to the underlying database as needed.
Execution
Options
Per-block execution options
Once
Transactions
Source
Functions
§
max_
tx_
count
The maximum amount of transactions that can be included in a block, excluding the mint transaction.