Structs
Represents the user’s coin for some asset with
asset_id
.
The Coin
is either CoinStatus::Spent
or CoinStatus::Unspent
. If the coin is unspent,
it can be used as an input to the transaction and can be spent up to the amount
.
After usage as an input of a transaction, the Coin
becomes CoinStatus::Spent
.Fuel block with all transaction data included
The compact representation of a block used in the database
A fuel block header that has all the fields generated because it
has been executed.