Module lagoon_runtime::types

source ·

Structs

Blake2-256 Hash implementation.
Time to execute an empty block. Calculated by multiplying the Average with 1.0 and adding 0.
Time to execute a NO-OP extrinsic, for example System::remark. Calculated by multiplying the Average with 1.0 and adding 0.
By default, Substrate uses RocksDB, so this will be the weight used throughout the runtime.

Enums

Enum indicating the currency. Tdfy is the native token.

Constants

The BABE epoch configuration at genesis.

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.
The address format for describing accounts.
Represent a Wrapped Asset.
An authority discovery authority identifier.
Balance of an account.
Block type as expected by this runtime.
BlockId type as expected by this runtime.
An index to a block.
Extrinsic type that has already been checked.
Identity of a Grandpa authority.
A hash of some data used by the chain.
Block header type as expected by this runtime.
An i’m online identifier using sr25519 as its crypto.
Index of a transaction in the chain.
Type used for expressing timestamp.
Counter for the number of sessions that have passed.
Alias to 512-bit hash when used in the context of a transaction signature on the chain.
A Block signed with a Justification
The SignedExtension to the basic transaction logic.
The payload being signed in transactions.
Unchecked extrinsic type as expected by this runtime.