Expand description

Transaction module

Structs

  • The Hash struct is a representation of hashes.
  • Transaction with proofs. Proofs are byte vectors at most 64 bytes long, and maximum number of proofs is 8.
  • Transaction data. Data specific to a particular transaction type are stored in the data field.

Enums

  • Structure that sets key and value of account data storage entry.
  • Data specific to a particular transaction type
  • Transaction type
  • Transaction version

Type Aliases