Module valued_
trie
sp_
domains
0.1.0
Module valued_
trie
Module Items
Functions
In crate sp_
domains
Modules
bundle_producer_election
core_api
extrinsics
merkle_tree
proof_provider_and_verifier
storage
valued_trie
Structs
AutoIdDomainRuntimeConfig
BlockFees
Bundle
BundleDigest
BundleHeader
DomainAllowlistUpdates
DomainBundleLimit
DomainId
DomainInstanceData
DomainSudoCall
EvmDomainContractCreationAllowedByCall
EvmDomainRuntimeConfig
ExecutionReceipt
GenesisDomain
InboxedBundle
OperatorKey
ProofOfElection
RuntimeObject
SealedBundleHeader
SealedSingletonReceipt
SingletonReceipt
Transfers
Enums
BundleValidity
ChainId
DomainDigestItem
DomainRuntimeConfig
EvmType
ExtrinsicDigest
InvalidBundleType
InvalidReceipt
OperatorAllowList
OperatorRewardSource
PermissionedActionAllowedBy
ReceiptValidity
RuntimeType
Constants
DOMAIN_EXTRINSICS_SHUFFLING_SEED_SUBJECT
DOMAIN_STORAGE_FEE_MULTIPLIER
EMPTY_EXTRINSIC_ROOT
INITIAL_DOMAIN_TX_RANGE
KEY_TYPE
Traits
BundleProducerElectionApi
DomainBundleSubmitted
DomainOwner
DomainsApi
DomainsDigestItem
DomainsTransfersTracker
OnChainRewards
OnDomainInstantiated
Functions
calculate_max_bundle_weight_and_size
derive_domain_block_hash
domain_account_storage_key
domain_total_issuance_storage_key
dummy_opaque_bundle
self_domain_id_storage_key
signer_in_tx_range
system_digest_final_key
Type Aliases
ChannelId
EpochIndex
ExecutionReceiptFor
ExtrinsicsRoot
HeaderHashFor
HeaderHashingFor
HeaderNumberFor
OpaqueBundle
OpaqueBundles
OperatorId
OperatorPair
OperatorPublicKey
OperatorSignature
RuntimeId
StakeWeight
sp_domains
Module
valued_trie
Copy item path
Settings
Help
Summary
Source
Functions
§
valued_
ordered_
trie_
root
This is a modified version of trie root that takes trie node values instead of deriving from the actual data. Taken from
trie-db
as is.