Crate common_runtime

source ·

Re-exports

Modules

Structs

Enums

Traits

  • This type can be converted into and possibly from an AccountId (which itself is generic).
  • Complex storage builder stuff.
  • Something that implements a decimal fixed point number.
  • Some type that is able to be collapsed into an account ID. It is not possible to recreate the original value from the account ID.
  • Saturating arithmetic operations, returning maximum or minimum values instead of overflowing.
  • Means of signature verification.
  • Defines an additive identity element for Self.

Type Definitions

  • An Aura authority identifier using S/R 25519 as its crypto.
  • Shortcut to reference the Info type of a Dispatchable.
  • Shortcut to reference the PostInfo type of a Dispatchable.

Derive Macros