Module types

Source
Expand description

Implementation for different transaction types, groupd in submodules.

Re-exports§

pub use self::blob::CheckedMetadata as BlobCheckedMetadata;
pub use self::create::CheckedMetadata as CreateCheckedMetadata;
pub use self::script::CheckedMetadata as ScriptCheckedMetadata;
pub use self::upgrade::CheckedMetadata as UpgradeCheckedMetadata;
pub use self::upload::CheckedMetadata as UploadCheckedMetadata;

Modules§

blob
For fuel_tx::Blob
create
For fuel_tx::Create
mint
For fuel_tx::Mint
script
For fuel_tx::Script
upgrade
For fuel_tx::Upgrade
upload
For fuel_tx::Upload

Structs§

NonRetryableFreeBalances
The spendable unrestricted initial assets. More information about it in the specification: https://github.com/FuelLabs/fuel-specs/blob/master/src/protocol/tx-validity.md#sufficient-balance
RetryableAmount
The spendable only during execution AssetId::BASE asset. More information about it in the specification: https://github.com/FuelLabs/fuel-specs/blob/master/src/protocol/tx-validity.md#sufficient-balance