Crate lagoon_runtime
source ·Re-exports
pub use crate::types::Address;
pub use crate::types::Block;
pub use crate::types::BlockId;
pub use crate::types::CheckedExtrinsic;
pub use crate::types::Header;
pub use crate::types::Nonce;
pub use crate::types::SignedBlock;
pub use crate::types::SignedExtra;
pub use crate::types::SignedPayload;
pub use crate::types::UncheckedExtrinsic;
pub use crate::types::BABE_GENESIS_EPOCH_CONFIG;
Modules
Constant values used within the runtime.
A set of constant values used in substrate runtime.
Structs
A migration which update
pallet_bounties
to v4
A migration which update
Staking
to v8
Provides an implementation of
PalletInfo
to provide information
about the pallet setup in the runtime.The runtime origin type representing the origin of a call.
Enums
Contains one variant per dispatchable that can be called by an extrinsic.
Indicates the initial status of the staker.
Contains one variant per dispatchable that can be called by an extrinsic.
Constants
Traits
Complex storage builder stuff.
Functions
Native version.
Wasm binary unwrapped. If built with
SKIP_WASM_BUILD
, the function panics.Type Definitions
Some way of identifying an account on the chain. We intentionally make it equivalent
to the public key of our transaction signing scheme.
The type for looking up accounts. We don’t expect more than 4 billion of them.
AllPalletsDeprecated
All pallets included in the runtime as a nested tuple of types.
AllPalletsReversedWithSystemFirstDeprecated
All pallets included in the runtime as a nested tuple of types in reversed order.
With the system pallet first.
All pallets included in the runtime as a nested tuple of types.
AllPalletsWithSystemReversedDeprecated
All pallets included in the runtime as a nested tuple of types in reversed order.
All pallets included in the runtime as a nested tuple of types.
Excludes the System pallet.
AllPalletsWithoutSystemReversedDeprecated
All pallets included in the runtime as a nested tuple of types in reversed order.
Excludes the System pallet.
Represent a Wrapped Asset.
Balance of an account.
An index to a block.
Executive: handles dispatch to the various modules.
A hash of some data used by the chain.
Type used for expressing timestamp.
Alias to 512-bit hash when used in the context of a transaction signature on the chain.