Registry / other / fuel-core-types

fuel-core-types

JSON →
library0.48.2rscratesunverified

Primitives and types used by the Fuel core protocol, including transactions and blocks.

# Cargo.toml [dependencies] fuel-core-types = "0.48.2"
INSTALL
IMPORT
SIG · FUEL-CORE-TYPES
F
fuel-core-types
otherrustv0.48.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Transaction
use fuel_core_types::fuel_tx::Transaction;

Creates a default Fuel transaction and prints it.

use fuel_core_types::fuel_tx::Transaction; fn main() { let tx = Transaction::default(); println!("{:?}", tx); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.48.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fuel-core-types — cargo add fuel-core-types · libregistry