Crate common_runtime

source ·

Modules§

Macros§

Structs§

Enums§

Type Aliases§

  • Some way of identifying an account on the chain. We intentionally make it equivalent to the public key of our transaction signing scheme.
  • The address format for describing accounts.
  • Balance of an account.
  • Block type.
  • Block identifier type.
  • An index to a block.
  • A hash of some data used by the chain.
  • Block header type
  • Index of an identity
  • Index of a transaction in the chain.
  • Time in milliseconds
  • Alias to 512-bit hash when used in the context of a transaction signature on the chain.