Protobuf Definitions for the Fuel Core RPC
The generated Rust bindings live in src/generated/blockaggregator.rs so
consumers of the crate do not need protoc installed. To refresh the generated
code (for CI or local development), run:
cargo xtask regen-protos
git diff src/generated/blockaggregator.rsThen check in any changes to the src/generated directory.
Note: the library build itself never invokes protoc; regeneration only
occurs via the xtask command (and CI).