Crate common_runtime
source ·Modules§
- apis 🔒
Macros§
Structs§
- name of the identity, ascii encoded
- identity value (as in key/value)
- Simple blob to hold an extrinsic without committing to its format and ensure it is serialized correctly.
Enums§
- status of the identity
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.