pub struct Runtime;Implementations§
Source§impl Runtime
 
impl Runtime
Sourcepub fn execute_view_function(
    id: ViewFunctionId,
    input: Vec<u8>,
) -> Result<Vec<u8>, ViewFunctionDispatchError>
 
pub fn execute_view_function( id: ViewFunctionId, input: Vec<u8>, ) -> Result<Vec<u8>, ViewFunctionDispatchError>
Convenience function for view functions dispatching and execution from the runtime API.
Source§impl Runtime
 
impl Runtime
pub fn metadata() -> RuntimeMetadataPrefixed
pub fn metadata_at_version(version: u32) -> Option<OpaqueMetadata>
pub fn metadata_versions() -> Vec<u32>
Trait Implementations§
Source§impl AccountNonceApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for Runtime
 
impl AccountNonceApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for Runtime
Source§fn account_nonce(account: AccountId) -> Nonce
 
fn account_nonce(account: AccountId) -> Nonce
AccountId.Source§impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin
 
impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin
Source§impl BlockBuilderV6<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>> for Runtime
 
impl BlockBuilderV6<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>> for Runtime
Source§fn apply_extrinsic(
    extrinsic: <Block as BlockT>::Extrinsic,
) -> ApplyExtrinsicResult
 
fn apply_extrinsic( extrinsic: <Block as BlockT>::Extrinsic, ) -> ApplyExtrinsicResult
Source§fn inherent_extrinsics(data: InherentData) -> Vec<<Block as BlockT>::Extrinsic>
 
fn inherent_extrinsics(data: InherentData) -> Vec<<Block as BlockT>::Extrinsic>
Source§fn check_inherents(block: Block, data: InherentData) -> CheckInherentsResult
 
fn check_inherents(block: Block, data: InherentData) -> CheckInherentsResult
Source§impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller
 
impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller
Source§fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>
 
fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>
Signed origin.Source§fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>
 
fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>
RawOrigin if it is that.Source§fn as_signed(&self) -> Option<&AccountId>
 
fn as_signed(&self) -> Option<&AccountId>
Signed origin, None otherwise.Source§impl Config for Runtime
 
impl Config for Runtime
Source§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
Source§type AssetIdParameter = Compact<u32>
 
type AssetIdParameter = Compact<u32>
Self::AssetId to use in dispatchable call signatures. Allows the use
of compact encoding in instances of the pallet, which will prevent breaking changes
resulting from the removal of HasCompact from Self::AssetId. Read moreSource§type CreateOrigin = AsEnsureOriginWithArg<EnsureSigned<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId>>
 
type CreateOrigin = AsEnsureOriginWithArg<EnsureSigned<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId>>
Source§type ForceOrigin = EnsureRoot<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId>
 
type ForceOrigin = EnsureRoot<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId>
Source§type AssetDeposit = AssetDeposit
 
type AssetDeposit = AssetDeposit
Source§type AssetAccountDeposit = ConstU128<DOLLARS>
 
type AssetAccountDeposit = ConstU128<DOLLARS>
Source§type MetadataDepositBase = MetadataDepositBase
 
type MetadataDepositBase = MetadataDepositBase
Source§type MetadataDepositPerByte = MetadataDepositPerByte
 
type MetadataDepositPerByte = MetadataDepositPerByte
Source§type ApprovalDeposit = ApprovalDeposit
 
type ApprovalDeposit = ApprovalDeposit
Source§type StringLimit = StringLimit
 
type StringLimit = StringLimit
Source§type Freezer = ()
 
type Freezer = ()
Source§type WeightInfo = SubstrateWeight<Runtime>
 
type WeightInfo = SubstrateWeight<Runtime>
Source§type RemoveItemsLimit = ConstU32<1000>
 
type RemoveItemsLimit = ConstU32<1000>
Source§type CallbackHandle = ()
 
type CallbackHandle = ()
Source§impl Config for Runtime
 
impl Config for Runtime
Source§type CallFilter = AllowBalancesCall
 
type CallFilter = AllowBalancesCall
The safest default is to allow no calls at all.
Runtimes should whitelist dispatchables that are allowed to be called from contracts
and make sure they are stable. Dispatchables exposed to contracts are not allowed to
change because that would break already deployed contracts. The RuntimeCall structure
itself is not allowed to change the indices of existing pallets, too.
Source§type Time = Pallet<Runtime>
 
type Time = Pallet<Runtime>
seal_now.Source§type Currency = Pallet<Runtime>
 
type Currency = Pallet<Runtime>
Source§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
Source§type RuntimeCall = RuntimeCall
 
type RuntimeCall = RuntimeCall
Source§type DepositPerItem = DepositPerItem
 
type DepositPerItem = DepositPerItem
Source§type DepositPerByte = DepositPerByte
 
type DepositPerByte = DepositPerByte
Source§type WeightPrice = Pallet<Runtime>
 
type WeightPrice = Pallet<Runtime>
Source§type WeightInfo = SubstrateWeight<Runtime>
 
type WeightInfo = SubstrateWeight<Runtime>
Source§type ChainExtension = ()
 
type ChainExtension = ()
Source§type AddressMapper = AccountId32Mapper<Runtime>
 
type AddressMapper = AccountId32Mapper<Runtime>
address::AccountId32Mapper or [address::H160Mapper].Source§type RuntimeMemory = ConstU32<{ 128 * 1024 * 1024 }>
 
type RuntimeMemory = ConstU32<{ 128 * 1024 * 1024 }>
Source§type PVFMemory = ConstU32<{ 512 * 1024 * 1024 }>
 
type PVFMemory = ConstU32<{ 512 * 1024 * 1024 }>
Source§type UnsafeUnstableInterface = ConstBool<true>
 
type UnsafeUnstableInterface = ConstBool<true>
#[unstable] available. Read moreSource§type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent
 
type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent
Source§type RuntimeHoldReason = RuntimeHoldReason
 
type RuntimeHoldReason = RuntimeHoldReason
Source§type Xcm = ()
 
type Xcm = ()
Source§type UploadOrigin = EnsureSigned<<Runtime as Config>::AccountId>
 
type UploadOrigin = EnsureSigned<<Runtime as Config>::AccountId>
Source§type InstantiateOrigin = EnsureSigned<<Runtime as Config>::AccountId>
 
type InstantiateOrigin = EnsureSigned<<Runtime as Config>::AccountId>
Source§type NativeToEthRatio = ConstU32<1000000>
 
type NativeToEthRatio = ConstU32<1000000>
Source§type EthGasEncoder = ()
 
type EthGasEncoder = ()
(). See GasEncoder.Source§type FindAuthor = <Runtime as Config>::FindAuthor
 
type FindAuthor = <Runtime as Config>::FindAuthor
Source§impl Config for Runtime
 
impl Config for Runtime
Source§type Block = Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>
 
type Block = Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>
The block type for the runtime.
Source§type BlockWeights = RuntimeBlockWeights
 
type BlockWeights = RuntimeBlockWeights
Block & extrinsics weights: base values and limits.
Source§type BlockLength = RuntimeBlockLength
 
type BlockLength = RuntimeBlockLength
The maximum length of a block (in bytes).
Source§type AccountId = <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId
 
type AccountId = <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId
The identifier used to distinguish between accounts.
Source§type BlockHashCount = BlockHashCount
 
type BlockHashCount = BlockHashCount
Maximum number of block number to block hash mappings to keep (oldest pruned first).
Source§type DbWeight = RocksDbWeight
 
type DbWeight = RocksDbWeight
The weight of database operations that the runtime can invoke.
Source§type AccountData = AccountData<u128>
 
type AccountData = AccountData<u128>
The data to be stored in an account.
Source§type SS58Prefix = SS58Prefix
 
type SS58Prefix = SS58Prefix
This is used as an identifier of the chain. 42 is the generic substrate prefix.
Source§type MaxConsumers = ConstU32<16>
 
type MaxConsumers = ConstU32<16>
Source§type Hashing = <SolochainDefaultConfig as DefaultConfig>::Hashing
 
type Hashing = <SolochainDefaultConfig as DefaultConfig>::Hashing
Source§type Lookup = <SolochainDefaultConfig as DefaultConfig>::Lookup
 
type Lookup = <SolochainDefaultConfig as DefaultConfig>::Lookup
AccountId. Read moreSource§type OnNewAccount = <SolochainDefaultConfig as DefaultConfig>::OnNewAccount
 
type OnNewAccount = <SolochainDefaultConfig as DefaultConfig>::OnNewAccount
Source§type OnKilledAccount = <SolochainDefaultConfig as DefaultConfig>::OnKilledAccount
 
type OnKilledAccount = <SolochainDefaultConfig as DefaultConfig>::OnKilledAccount
Source§type SystemWeightInfo = <SolochainDefaultConfig as DefaultConfig>::SystemWeightInfo
 
type SystemWeightInfo = <SolochainDefaultConfig as DefaultConfig>::SystemWeightInfo
Source§type ExtensionsWeightInfo = <SolochainDefaultConfig as DefaultConfig>::ExtensionsWeightInfo
 
type ExtensionsWeightInfo = <SolochainDefaultConfig as DefaultConfig>::ExtensionsWeightInfo
Source§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
Source§type RuntimeOrigin = RuntimeOrigin
 
type RuntimeOrigin = RuntimeOrigin
RuntimeOrigin type used by dispatchable calls.Source§type RuntimeCall = RuntimeCall
 
type RuntimeCall = RuntimeCall
RuntimeCall type.Source§type RuntimeTask = RuntimeTask
 
type RuntimeTask = RuntimeTask
RuntimeTask type.Source§type PalletInfo = PalletInfo
 
type PalletInfo = PalletInfo
Source§type BaseCallFilter = <SolochainDefaultConfig as DefaultConfig>::BaseCallFilter
 
type BaseCallFilter = <SolochainDefaultConfig as DefaultConfig>::BaseCallFilter
Source§type OnSetCode = <SolochainDefaultConfig as DefaultConfig>::OnSetCode
 
type OnSetCode = <SolochainDefaultConfig as DefaultConfig>::OnSetCode
Source§type SingleBlockMigrations = <SolochainDefaultConfig as DefaultConfig>::SingleBlockMigrations
 
type SingleBlockMigrations = <SolochainDefaultConfig as DefaultConfig>::SingleBlockMigrations
Source§type MultiBlockMigrator = <SolochainDefaultConfig as DefaultConfig>::MultiBlockMigrator
 
type MultiBlockMigrator = <SolochainDefaultConfig as DefaultConfig>::MultiBlockMigrator
Source§type PreInherents = <SolochainDefaultConfig as DefaultConfig>::PreInherents
 
type PreInherents = <SolochainDefaultConfig as DefaultConfig>::PreInherents
Source§type PostInherents = <SolochainDefaultConfig as DefaultConfig>::PostInherents
 
type PostInherents = <SolochainDefaultConfig as DefaultConfig>::PostInherents
Source§type PostTransactions = <SolochainDefaultConfig as DefaultConfig>::PostTransactions
 
type PostTransactions = <SolochainDefaultConfig as DefaultConfig>::PostTransactions
Source§impl Config for Runtime
 
impl Config for Runtime
Source§type FindAuthor = ()
 
type FindAuthor = ()
Source§type EventHandler = ()
 
type EventHandler = ()
Source§impl Config for Runtime
 
impl Config for Runtime
Source§type OnTimestampSet = ()
 
type OnTimestampSet = ()
Source§type MinimumPeriod = MinimumPeriod
 
type MinimumPeriod = MinimumPeriod
Source§type WeightInfo = ()
 
type WeightInfo = ()
Source§impl Config for Runtime
 
impl Config for Runtime
Source§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
The ubiquitous event type.
Source§type MaxLocks = MaxLocks
 
type MaxLocks = MaxLocks
Source§type MaxReserves = MaxReserves
 
type MaxReserves = MaxReserves
Source§type DustRemoval = ()
 
type DustRemoval = ()
Source§type ExistentialDeposit = ConstU128<EXISTENTIAL_DEPOSIT>
 
type ExistentialDeposit = ConstU128<EXISTENTIAL_DEPOSIT>
Source§type AccountStore = Pallet<Runtime>
 
type AccountStore = Pallet<Runtime>
Source§type WeightInfo = SubstrateWeight<Runtime>
 
type WeightInfo = SubstrateWeight<Runtime>
Source§type FreezeIdentifier = ()
 
type FreezeIdentifier = ()
Source§type MaxFreezes = ()
 
type MaxFreezes = ()
Source§type RuntimeHoldReason = RuntimeHoldReason
 
type RuntimeHoldReason = RuntimeHoldReason
Source§type RuntimeFreezeReason = RuntimeFreezeReason
 
type RuntimeFreezeReason = RuntimeFreezeReason
Source§type DoneSlashHandler = ()
 
type DoneSlashHandler = ()
Source§impl Config for Runtime
 
impl Config for Runtime
Source§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
Source§type OnChargeTransaction = FungibleAdapter<Pallet<Runtime>, ()>
 
type OnChargeTransaction = FungibleAdapter<Pallet<Runtime>, ()>
Source§type OperationalFeeMultiplier = ConstU8<5>
 
type OperationalFeeMultiplier = ConstU8<5>
Operational extrinsics to compute “virtual tip” to boost their
priority Read moreSource§type WeightToFee = IdentityFee<u128>
 
type WeightToFee = IdentityFee<u128>
Source§type LengthToFee = IdentityFee<u128>
 
type LengthToFee = IdentityFee<u128>
Source§type FeeMultiplierUpdate = TargetedFeeAdjustment<Runtime, TargetBlockFullness, AdjustmentVariable, MinimumMultiplier, MaximumMultiplier>
 
type FeeMultiplierUpdate = TargetedFeeAdjustment<Runtime, TargetBlockFullness, AdjustmentVariable, MinimumMultiplier, MaximumMultiplier>
Source§type WeightInfo = SubstrateWeight<Runtime>
 
type WeightInfo = SubstrateWeight<Runtime>
Source§impl Config for Runtime
 
impl Config for Runtime
Source§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
Source§type RuntimeCall = RuntimeCall
 
type RuntimeCall = RuntimeCall
Source§type WeightInfo = SubstrateWeight<Runtime>
 
type WeightInfo = SubstrateWeight<Runtime>
Source§impl Config for Runtime
 
impl Config for Runtime
Source§type RuntimeEvent = RuntimeEvent
 
type RuntimeEvent = RuntimeEvent
Source§type RuntimeCall = RuntimeCall
 
type RuntimeCall = RuntimeCall
Source§type PalletsOrigin = OriginCaller
 
type PalletsOrigin = OriginCaller
Source§type WeightInfo = SubstrateWeight<Runtime>
 
type WeightInfo = SubstrateWeight<Runtime>
Source§impl CoreV5<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>> for Runtime
 
impl CoreV5<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>> for Runtime
Source§fn version() -> RuntimeVersion
 
fn version() -> RuntimeVersion
Source§fn execute_block(block: Block)
 
fn execute_block(block: Block)
Source§fn initialize_block(
    header: &<Block as BlockT>::Header,
) -> ExtrinsicInclusionMode
 
fn initialize_block( header: &<Block as BlockT>::Header, ) -> ExtrinsicInclusionMode
Source§impl GenesisBuilderV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>> for Runtime
 
impl GenesisBuilderV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>> for Runtime
Source§impl GetRuntimeBlockType for Runtime
 
impl GetRuntimeBlockType for Runtime
Source§impl MetadataV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>> for Runtime
 
impl MetadataV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>> for Runtime
Source§fn metadata() -> OpaqueMetadata
 
fn metadata() -> OpaqueMetadata
Source§fn metadata_at_version(version: u32) -> Option<OpaqueMetadata>
 
fn metadata_at_version(version: u32) -> Option<OpaqueMetadata>
Source§impl OffchainWorkerApiV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>> for Runtime
 
impl OffchainWorkerApiV2<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>> for Runtime
Source§impl ReviveApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u128, u32, u32> for Runtime
 
impl ReviveApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u128, u32, u32> for Runtime
Source§fn balance(address: H160) -> U256
 
fn balance(address: H160) -> U256
[H160] address, using EVM decimals.Source§fn block_gas_limit() -> U256
 
fn block_gas_limit() -> U256
Source§fn eth_transact(
    tx: GenericTransaction,
) -> Result<EthTransactInfo<Balance>, EthTransactError>
 
fn eth_transact( tx: GenericTransaction, ) -> Result<EthTransactInfo<Balance>, EthTransactError>
Source§fn call(
    origin: AccountId,
    dest: H160,
    value: Balance,
    gas_limit: Option<Weight>,
    storage_deposit_limit: Option<Balance>,
    input_data: Vec<u8>,
) -> ContractResult<ExecReturnValue, Balance>
 
fn call( origin: AccountId, dest: H160, value: Balance, gas_limit: Option<Weight>, storage_deposit_limit: Option<Balance>, input_data: Vec<u8>, ) -> ContractResult<ExecReturnValue, Balance>
Source§fn instantiate(
    origin: AccountId,
    value: Balance,
    gas_limit: Option<Weight>,
    storage_deposit_limit: Option<Balance>,
    code: Code,
    data: Vec<u8>,
    salt: Option<[u8; 32]>,
) -> ContractResult<InstantiateReturnValue, Balance>
 
fn instantiate( origin: AccountId, value: Balance, gas_limit: Option<Weight>, storage_deposit_limit: Option<Balance>, code: Code, data: Vec<u8>, salt: Option<[u8; 32]>, ) -> ContractResult<InstantiateReturnValue, Balance>
Source§fn upload_code(
    origin: AccountId,
    code: Vec<u8>,
    storage_deposit_limit: Option<Balance>,
) -> CodeUploadResult<Balance>
 
fn upload_code( origin: AccountId, code: Vec<u8>, storage_deposit_limit: Option<Balance>, ) -> CodeUploadResult<Balance>
Source§fn get_storage(address: H160, key: [u8; 32]) -> GetStorageResult
 
fn get_storage(address: H160, key: [u8; 32]) -> GetStorageResult
Source§fn trace_block(block: Block, config: TracerConfig) -> Vec<(u32, CallTrace)>
 
fn trace_block(block: Block, config: TracerConfig) -> Vec<(u32, CallTrace)>
Source§fn trace_tx(
    block: Block,
    tx_index: u32,
    config: TracerConfig,
) -> Option<CallTrace>
 
fn trace_tx( block: Block, tx_index: u32, config: TracerConfig, ) -> Option<CallTrace>
Source§fn trace_call(
    tx: GenericTransaction,
    config: TracerConfig,
) -> Result<CallTrace, EthTransactError>
 
fn trace_call( tx: GenericTransaction, config: TracerConfig, ) -> Result<CallTrace, EthTransactError>
Source§impl RuntimeViewFunctionV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>> for Runtime
 
impl RuntimeViewFunctionV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>> for Runtime
Source§fn execute_view_function(
    id: ViewFunctionId,
    input: Vec<u8>,
) -> Result<Vec<u8>, ViewFunctionDispatchError>
 
fn execute_view_function( id: ViewFunctionId, input: Vec<u8>, ) -> Result<Vec<u8>, ViewFunctionDispatchError>
Source§impl SessionKeysV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>> for Runtime
 
impl SessionKeysV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>> for Runtime
Source§impl TaggedTransactionQueueV3<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>> for Runtime
 
impl TaggedTransactionQueueV3<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>> for Runtime
Source§fn validate_transaction(
    source: TransactionSource,
    tx: <Block as BlockT>::Extrinsic,
    block_hash: <Block as BlockT>::Hash,
) -> TransactionValidity
 
fn validate_transaction( source: TransactionSource, tx: <Block as BlockT>::Extrinsic, block_hash: <Block as BlockT>::Hash, ) -> TransactionValidity
Source§impl TransactionPaymentApiV4<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>, u128> for Runtime
 
impl TransactionPaymentApiV4<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>, u128> for Runtime
fn query_info( uxt: <Block as BlockT>::Extrinsic, len: u32, ) -> RuntimeDispatchInfo<Balance>
fn query_fee_details( uxt: <Block as BlockT>::Extrinsic, len: u32, ) -> FeeDetails<Balance>
fn query_weight_to_fee(weight: Weight) -> Balance
fn query_length_to_fee(length: u32) -> Balance
Source§impl TransactionPaymentCallApiV3<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>, u128, RuntimeCall> for Runtime
 
impl TransactionPaymentCallApiV3<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, MultiSignature, EthExtraImpl>>, u128, RuntimeCall> for Runtime
Source§fn query_call_info(call: RuntimeCall, len: u32) -> RuntimeDispatchInfo<Balance>
 
fn query_call_info(call: RuntimeCall, len: u32) -> RuntimeDispatchInfo<Balance>
Call.Source§fn query_call_fee_details(call: RuntimeCall, len: u32) -> FeeDetails<Balance>
 
fn query_call_fee_details(call: RuntimeCall, len: u32) -> FeeDetails<Balance>
Call.Source§fn query_weight_to_fee(weight: Weight) -> Balance
 
fn query_weight_to_fee(weight: Weight) -> Balance
WeightToFee given some input.Source§fn query_length_to_fee(length: u32) -> Balance
 
fn query_length_to_fee(length: u32) -> Balance
LengthToFee given some input.Source§impl ValidateUnsigned for Runtime
 
impl ValidateUnsigned for Runtime
Source§type Call = RuntimeCall
 
type Call = RuntimeCall
Source§fn pre_dispatch(call: &Self::Call) -> Result<(), TransactionValidityError>
 
fn pre_dispatch(call: &Self::Call) -> Result<(), TransactionValidityError>
Source§fn validate_unsigned(
    source: TransactionSource,
    call: &Self::Call,
) -> TransactionValidity
 
fn validate_unsigned( source: TransactionSource, call: &Self::Call, ) -> TransactionValidity
impl Config for Runtime
impl Copy for Runtime
impl Eq for Runtime
impl StructuralPartialEq for Runtime
Auto Trait Implementations§
impl Freeze for Runtime
impl RefUnwindSafe for Runtime
impl Send for Runtime
impl Sync for Runtime
impl Unpin for Runtime
impl UnwindSafe for Runtime
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CheckedConversion for T
 
impl<T> CheckedConversion for T
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§impl<T> FmtForward for T
 
impl<T> FmtForward for T
Source§fn fmt_binary(self) -> FmtBinary<Self>where
    Self: Binary,
 
fn fmt_binary(self) -> FmtBinary<Self>where
    Self: Binary,
self to use its Binary implementation when Debug-formatted.Source§fn fmt_display(self) -> FmtDisplay<Self>where
    Self: Display,
 
fn fmt_display(self) -> FmtDisplay<Self>where
    Self: Display,
self to use its Display implementation when
Debug-formatted.Source§fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
    Self: LowerExp,
 
fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
    Self: LowerExp,
self to use its LowerExp implementation when
Debug-formatted.Source§fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
    Self: LowerHex,
 
fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
    Self: LowerHex,
self to use its LowerHex implementation when
Debug-formatted.Source§fn fmt_octal(self) -> FmtOctal<Self>where
    Self: Octal,
 
fn fmt_octal(self) -> FmtOctal<Self>where
    Self: Octal,
self to use its Octal implementation when Debug-formatted.Source§fn fmt_pointer(self) -> FmtPointer<Self>where
    Self: Pointer,
 
fn fmt_pointer(self) -> FmtPointer<Self>where
    Self: Pointer,
self to use its Pointer implementation when
Debug-formatted.Source§fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
    Self: UpperExp,
 
fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
    Self: UpperExp,
self to use its UpperExp implementation when
Debug-formatted.Source§fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
    Self: UpperHex,
 
fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
    Self: UpperHex,
self to use its UpperHex implementation when
Debug-formatted.Source§impl<T> Instrument for T
 
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
 
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<Src, Dest> IntoTuple<Dest> for Srcwhere
    Dest: FromTuple<Src>,
 
impl<Src, Dest> IntoTuple<Dest> for Srcwhere
    Dest: FromTuple<Src>,
fn into_tuple(self) -> Dest
Source§impl<T, Outer> IsWrappedBy<Outer> for T
 
impl<T, Outer> IsWrappedBy<Outer> for T
Source§impl<T> Pipe for Twhere
    T: ?Sized,
 
impl<T> Pipe for Twhere
    T: ?Sized,
Source§fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
    Self: Sized,
 
fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
    Self: Sized,
Source§fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
    R: 'a,
 
fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
    R: 'a,
self and passes that borrow into the pipe function. Read moreSource§fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
    R: 'a,
 
fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
    R: 'a,
self and passes that borrow into the pipe function. Read moreSource§fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
 
fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
Source§fn pipe_borrow_mut<'a, B, R>(
    &'a mut self,
    func: impl FnOnce(&'a mut B) -> R,
) -> R
 
fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R, ) -> R
Source§fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
 
fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
self, then passes self.as_ref() into the pipe function.Source§fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
 
fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
self, then passes self.as_mut() into the pipe
function.Source§fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
 
fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
self, then passes self.deref() into the pipe function.Source§impl<T> SaturatedConversion for T
 
impl<T> SaturatedConversion for T
Source§fn saturated_from<T>(t: T) -> Selfwhere
    Self: UniqueSaturatedFrom<T>,
 
fn saturated_from<T>(t: T) -> Selfwhere
    Self: UniqueSaturatedFrom<T>,
Source§fn saturated_into<T>(self) -> Twhere
    Self: UniqueSaturatedInto<T>,
 
fn saturated_into<T>(self) -> Twhere
    Self: UniqueSaturatedInto<T>,
T. Read moreSource§impl<T> Tap for T
 
impl<T> Tap for T
Source§fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
 
fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
Borrow<B> of a value. Read moreSource§fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
 
fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
BorrowMut<B> of a value. Read moreSource§fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
 
fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
AsRef<R> view of a value. Read moreSource§fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
 
fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
AsMut<R> view of a value. Read moreSource§fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
 
fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
Deref::Target of a value. Read moreSource§fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
 
fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
Deref::Target of a value. Read moreSource§fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
 
fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
.tap() only in debug builds, and is erased in release builds.Source§fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
 
fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
.tap_mut() only in debug builds, and is erased in release
builds.Source§fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
 
fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
.tap_borrow() only in debug builds, and is erased in release
builds.Source§fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
 
fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
.tap_borrow_mut() only in debug builds, and is erased in release
builds.Source§fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
 
fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
.tap_ref() only in debug builds, and is erased in release
builds.Source§fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
 
fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
.tap_ref_mut() only in debug builds, and is erased in release
builds.Source§fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
 
fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
.tap_deref() only in debug builds, and is erased in release
builds.Source§impl<T, U> TryIntoKey<U> for Twhere
    U: TryFromKey<T>,
 
impl<T, U> TryIntoKey<U> for Twhere
    U: TryFromKey<T>,
type Error = <U as TryFromKey<T>>::Error
fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>
Source§impl<S, T> UncheckedInto<T> for Swhere
    T: UncheckedFrom<S>,
 
impl<S, T> UncheckedInto<T> for Swhere
    T: UncheckedFrom<S>,
Source§fn unchecked_into(self) -> T
 
fn unchecked_into(self) -> T
unchecked_from.Source§impl<T, S> UniqueSaturatedInto<T> for S
 
impl<T, S> UniqueSaturatedInto<T> for S
Source§fn unique_saturated_into(self) -> T
 
fn unique_saturated_into(self) -> T
T.