Crate astar_primitives
source ·Expand description
Core Astar types.
These core Astar types are used by the Shiden, Shibuya, Astar and Local runtime.
Modules§
- dApp staking & inflation primitives.
- Checked Ethereum transaction primitives.
- EVM primitives.
- Genesis generation helpers & primitives.
- Governance primitives.
- Oracle & price primitives.
- Parachain related constants.
- Precompiles
- Useful primitives for testing.
- XCM Primitives
Structs§
- Unfreeze chain on failed migration and continue with extrinsic execution. Migration must be tested and make sure it doesn’t fail. If it happens, we don’t have other choices but unfreeze chain and continue with extrinsic execution.
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.
- Id used for identifying assets.
- Balance of an account.
- Block type.
- An index to a block.
- A hash of some data used by the chain.
- Block header type as expected by this runtime.
- Index of a transaction in the chain.
- Alias to 512-bit hash when used in the context of a transaction signature on the chain.