Crate fuel_types

Crate fuel_types 

Source
Expand description

Atomic types of the FuelVM.

Modules§

bytes
Word-aligned bytes serialization functions.
canonical
Canonical serialization and deserialization of Fuel types.

Structs§

Address
FuelVM atomic array type.
AssetId
FuelVM atomic array type.
BlobId
FuelVM atomic array type.
BlockHeight
FuelVM atomic numeric type.
Bytes4
FuelVM atomic array type.
Bytes8
FuelVM atomic array type.
Bytes20
FuelVM atomic array type.
Bytes32
FuelVM atomic array type.
Bytes64
FuelVM atomic type.
ChainId
FuelVM atomic numeric type.
ContractId
FuelVM atomic array type.
MessageId
FuelVM atomic array type.
Nonce
FuelVM atomic array type.
Salt
FuelVM atomic array type.
SubAssetId
FuelVM atomic array type.
TxId
FuelVM atomic array type.

Functions§

fmt_option_truncated_hex
Formatting utility to truncate a optional vector of bytes to a hex string of max length N
fmt_truncated_hex
Formatting utility to truncate a vector of bytes to a hex string of max length N

Type Aliases§

Immediate06
6-bits immediate value type
Immediate12
12-bits immediate value type
Immediate18
18-bits immediate value type
Immediate24
24-bits immediate value type
RegisterId
Register ID type
Word
Register value type