Registry / crypto / fuel-tx

fuel-tx

JSON →
library0.66.4rscratesunverified

FuelVM transaction types and utilities for the Fuel blockchain.

# Cargo.toml [dependencies] fuel-tx = "0.66.4"
INSTALL
IMPORT
SIG · FUEL-TX
F
fuel-tx
cryptorustv0.66.4
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_tx::Transaction;

Creates a default Fuel transaction.

use fuel_tx::Transaction; fn main() { let tx = Transaction::default(); println!("Fuel transaction created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.66.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
fuel-tx — cargo add fuel-tx · libregistry