Structs

The storage table of coins. Each Coin is represented by unique UtxoId.
The storage table for contract’s assets balances.
The storage table for contract’s additional information as salt, root hash, etc.
The latest UTXO id of the contract. The contract’s UTXO represents the unique id of the state. After each transaction, old UTXO is consumed, and new UTXO is produced. UTXO is used as an input to the next transaction related to the ContractId smart contract.
The storage table for contract’s raw byte code.
The storage table for contract’s hashed key-value state.
The table of blocks generated by Fuels validators. Right now, we have only that type of block, but we will support others in the future.
The storage table of bridged Ethereum Messages.
Receipts of different hidden internal operations.
The table of consensus metadata associated with sealed (finalized) blocks
The storage table of confirmed transactions.

Enums

Traits

The database transaction for the Database type.