List of all items
Structs
- AdjustmentVariable
- AssignmentSessionKeyPlaceholder
- BalanceToU256
- BlockHashCount
- BlockLength
- MaximumMultiplier
- MinimumMultiplier
- StakingBenchmarkingConfig
- TargetBlockFullness
- TeyrchainSessionKeyPlaceholder
- U256ToBalance
- assigned_slots::TestWeightInfo
- assigned_slots::TeyrchainTemporarySlot
- assigned_slots::migration::v1::VersionUncheckedMigrateToV1
- assigned_slots::pezpallet::GenesisConfig
- assigned_slots::pezpallet::Pezpallet
- assigned_slots::pezpallet::storage_types::ActiveTemporarySlotCount
- assigned_slots::pezpallet::storage_types::MaxPermanentSlots
- assigned_slots::pezpallet::storage_types::MaxTemporarySlots
- assigned_slots::pezpallet::storage_types::PermanentSlotCount
- assigned_slots::pezpallet::storage_types::PermanentSlots
- assigned_slots::pezpallet::storage_types::TemporarySlotCount
- assigned_slots::pezpallet::storage_types::TemporarySlots
- auctions::TestWeightInfo
- auctions::pezpallet::Pezpallet
- auctions::pezpallet::storage_types::AuctionCounter
- auctions::pezpallet::storage_types::AuctionInfo
- auctions::pezpallet::storage_types::ReservedAmounts
- auctions::pezpallet::storage_types::Winning
- claims::EcdsaSignature
- claims::EthereumAddress
- claims::PrevalidateAttests
- claims::TestWeightInfo
- claims::pezpallet::GenesisConfig
- claims::pezpallet::Pezpallet
- claims::pezpallet::storage_types::Claims
- claims::pezpallet::storage_types::Preclaims
- claims::pezpallet::storage_types::Signing
- claims::pezpallet::storage_types::Total
- claims::pezpallet::storage_types::Vesting
- crowdloan::FundInfo
- crowdloan::TestWeightInfo
- crowdloan::migration::MigrateToTrackInactiveV2
- crowdloan::pezpallet::Pezpallet
- crowdloan::pezpallet::storage_types::EndingsCount
- crowdloan::pezpallet::storage_types::Funds
- crowdloan::pezpallet::storage_types::NewRaise
- crowdloan::pezpallet::storage_types::NextFundIndex
- elections::BenchmarkConfig
- identity_migrator::TestWeightInfo
- identity_migrator::pezpallet::Pezpallet
- impls::ContainsParts
- impls::DealWithFees
- impls::EraPayoutParams
- impls::LocatableAssetConverter
- impls::ToAuthor
- impls::VersionedLocationConverter
- paras_registrar::ParaInfo
- paras_registrar::TestWeightInfo
- paras_registrar::migration::ParaInfoV1
- paras_registrar::migration::VersionUncheckedMigrateToV1
- paras_registrar::pezpallet::GenesisConfig
- paras_registrar::pezpallet::Pezpallet
- paras_registrar::pezpallet::storage_types::NextFreeParaId
- paras_registrar::pezpallet::storage_types::Paras
- paras_registrar::pezpallet::storage_types::PendingSwap
- paras_sudo_wrapper::pezpallet::Pezpallet
- purchase::AccountStatus
- purchase::pezpallet::Pezpallet
- purchase::pezpallet::storage_types::Accounts
- purchase::pezpallet::storage_types::PaymentAccount
- purchase::pezpallet::storage_types::Statement
- purchase::pezpallet::storage_types::UnlockBlock
- slots::TestWeightInfo
- slots::pezpallet::Pezpallet
- slots::pezpallet::storage_types::Leases
- xcm_sender::ChildTeyrchainRouter
- xcm_sender::ConstantPrice
- xcm_sender::ExponentialPrice
- xcm_sender::NoPriceForMessageDelivery
Enums
- BalancesCall
- StakerStatus
- TimestampCall
- assigned_slots::SlotLeasePeriodStart
- assigned_slots::pezpallet::Call
- assigned_slots::pezpallet::Error
- assigned_slots::pezpallet::Event
- auctions::pezpallet::Call
- auctions::pezpallet::Error
- auctions::pezpallet::Event
- claims::StatementKind
- claims::pezpallet::Call
- claims::pezpallet::Error
- claims::pezpallet::Event
- crowdloan::LastContribution
- crowdloan::pezpallet::Call
- crowdloan::pezpallet::Error
- crowdloan::pezpallet::Event
- identity_migrator::pezpallet::Call
- identity_migrator::pezpallet::Event
- impls::VersionedLocatableAsset
- paras_registrar::pezpallet::Call
- paras_registrar::pezpallet::Error
- paras_registrar::pezpallet::Event
- paras_sudo_wrapper::pezpallet::Call
- paras_sudo_wrapper::pezpallet::Error
- purchase::AccountValidity
- purchase::pezpallet::Call
- purchase::pezpallet::Error
- purchase::pezpallet::Event
- slot_range::SlotRange
- slots::pezpallet::Call
- slots::pezpallet::Error
- slots::pezpallet::Event
- traits::AuctionStatus
- traits::LeaseError
Traits
- Bounded
- BuildStorage
- assigned_slots::WeightInfo
- assigned_slots::pezpallet::Config
- auctions::WeightInfo
- auctions::pezpallet::Config
- claims::WeightInfo
- claims::pezpallet::Config
- crowdloan::WeightInfo
- crowdloan::pezpallet::Config
- identity_migrator::OnReapIdentity
- identity_migrator::WeightInfo
- identity_migrator::pezpallet::Config
- paras_registrar::WeightInfo
- paras_registrar::pezpallet::Config
- paras_sudo_wrapper::pezpallet::Config
- purchase::pezpallet::Config
- slots::WeightInfo
- slots::pezpallet::Config
- traits::Auctioneer
- traits::Leaser
- traits::OnSwap
- traits::Registrar
- xcm_sender::PriceForMessageDelivery
Macros
Functions
- assigned_slots::pezpallet::dispatchables::assign_perm_teyrchain_slot
- assigned_slots::pezpallet::dispatchables::assign_temp_teyrchain_slot
- assigned_slots::pezpallet::dispatchables::set_max_permanent_slots
- assigned_slots::pezpallet::dispatchables::set_max_temporary_slots
- assigned_slots::pezpallet::dispatchables::unassign_teyrchain_slot
- auctions::pezpallet::dispatchables::bid
- auctions::pezpallet::dispatchables::cancel_auction
- auctions::pezpallet::dispatchables::new_auction
- claims::pezpallet::dispatchables::attest
- claims::pezpallet::dispatchables::claim
- claims::pezpallet::dispatchables::claim_attest
- claims::pezpallet::dispatchables::mint_claim
- claims::pezpallet::dispatchables::move_claim
- crowdloan::migration::crowdloan_index_migration::migrate
- crowdloan::migration::crowdloan_index_migration::post_migrate
- crowdloan::migration::crowdloan_index_migration::pre_migrate
- crowdloan::pezpallet::dispatchables::add_memo
- crowdloan::pezpallet::dispatchables::contribute
- crowdloan::pezpallet::dispatchables::contribute_all
- crowdloan::pezpallet::dispatchables::create
- crowdloan::pezpallet::dispatchables::dissolve
- crowdloan::pezpallet::dispatchables::edit
- crowdloan::pezpallet::dispatchables::poke
- crowdloan::pezpallet::dispatchables::refund
- crowdloan::pezpallet::dispatchables::withdraw
- identity_migrator::pezpallet::dispatchables::poke_deposit
- identity_migrator::pezpallet::dispatchables::reap_identity
- impls::relay_era_payout
- paras_registrar::pezpallet::dispatchables::add_lock
- paras_registrar::pezpallet::dispatchables::deregister
- paras_registrar::pezpallet::dispatchables::force_register
- paras_registrar::pezpallet::dispatchables::register
- paras_registrar::pezpallet::dispatchables::remove_lock
- paras_registrar::pezpallet::dispatchables::reserve
- paras_registrar::pezpallet::dispatchables::schedule_code_upgrade
- paras_registrar::pezpallet::dispatchables::set_current_head
- paras_registrar::pezpallet::dispatchables::swap
- paras_sudo_wrapper::pezpallet::dispatchables::sudo_establish_hrmp_channel
- paras_sudo_wrapper::pezpallet::dispatchables::sudo_queue_downward_xcm
- paras_sudo_wrapper::pezpallet::dispatchables::sudo_schedule_para_cleanup
- paras_sudo_wrapper::pezpallet::dispatchables::sudo_schedule_para_initialize
- paras_sudo_wrapper::pezpallet::dispatchables::sudo_schedule_parathread_upgrade
- paras_sudo_wrapper::pezpallet::dispatchables::sudo_schedule_teyrchain_downgrade
- purchase::pezpallet::dispatchables::create_account
- purchase::pezpallet::dispatchables::payout
- purchase::pezpallet::dispatchables::set_payment_account
- purchase::pezpallet::dispatchables::set_statement
- purchase::pezpallet::dispatchables::set_unlock_block
- purchase::pezpallet::dispatchables::update_balance
- purchase::pezpallet::dispatchables::update_validity_status
- purchase::remove_pallet
- slots::migration::slots_crowdloan_index_migration::migrate
- slots::migration::slots_crowdloan_index_migration::post_migrate
- slots::migration::slots_crowdloan_index_migration::pre_migrate
- slots::pezpallet::dispatchables::clear_all_leases
- slots::pezpallet::dispatchables::force_lease
- slots::pezpallet::dispatchables::trigger_onboard
Type Aliases
- CurrencyToVote
- NegativeImbalance
- SlowAdjustingFeeUpdate
- assigned_slots::migration::v1::MigrateToV1
- assigned_slots::pezpallet::ActiveTemporarySlotCount
- assigned_slots::pezpallet::MaxPermanentSlots
- assigned_slots::pezpallet::MaxTemporarySlots
- assigned_slots::pezpallet::Module
- assigned_slots::pezpallet::PermanentSlotCount
- assigned_slots::pezpallet::PermanentSlots
- assigned_slots::pezpallet::TemporarySlotCount
- assigned_slots::pezpallet::TemporarySlots
- auctions::AuctionIndex
- auctions::pezpallet::AuctionCounter
- auctions::pezpallet::AuctionInfo
- auctions::pezpallet::Module
- auctions::pezpallet::ReservedAmounts
- auctions::pezpallet::Winning
- claims::pezpallet::Claims
- claims::pezpallet::Module
- claims::pezpallet::Preclaims
- claims::pezpallet::Signing
- claims::pezpallet::Total
- claims::pezpallet::Vesting
- crowdloan::pezpallet::EndingsCount
- crowdloan::pezpallet::Funds
- crowdloan::pezpallet::Module
- crowdloan::pezpallet::NewRaise
- crowdloan::pezpallet::NextFundIndex
- elections::OnChainAccuracy
- identity_migrator::pezpallet::Module
- paras_registrar::migration::MigrateToV1
- paras_registrar::pezpallet::Module
- paras_registrar::pezpallet::NextFreeParaId
- paras_registrar::pezpallet::Paras
- paras_sudo_wrapper::pezpallet::Module
- purchase::pezpallet::Module
- slots::pezpallet::Leases
- slots::pezpallet::Module