Crates.io | fuel-tx |
lib.rs | fuel-tx |
version | 0.58.2 |
source | src |
created_at | 2021-12-24 01:52:18.290733 |
updated_at | 2024-10-07 18:39:14.438773 |
description | FuelVM transaction. |
homepage | https://fuel.network/ |
repository | https://github.com/FuelLabs/fuel-vm |
max_upload_size | |
id | 502492 |
size | 713,260 |
This crate contains a definition of types from the specification,
with canonical serialization and deserialization. The Transaction
and Checked<Tx>
type
implements fee calculation and validation of rules defined by the specification.