Crate hyperfuel_format

Source

Structs§

BlockHeader
The header contains metadata about a certain block.
Data
FixedSizeData
Input
An object representing all possible types of inputs. InputCoin, InputContract, InputMessage
Output
An object representing all possible types of Outputs. CoinOutput, ContractOutput, ChangeOutput, VariableOutput, ContractCreated
Quantity
Receipt
An object representing all possible types of receipts.
Transaction
An object containing information about a transaction.
TransactionType
UInt

Enums§

Error
InputType
OutputType
ReceiptType
TransactionStatus

Traits§

Hex

Type Aliases§

Address
An address of an externally owned account identified by a 32 byte string prefixed by 0x.
Hash
hash is 32 bytes of data
Result