referrerpolicy=no-referrer-when-downgrade

Crate snowbridge_pallet_system_frontend

Source
Expand description

System frontend pallet that acts as the user-facing control-plane for Snowbridge.

Some operations are delegated to a backend pallet installed on a remote parachain.

§Extrinsics

Re-exports§

pub use weights::*;
pub use backend_weights::*;
pub use pallet::*;

Modules§

backend_weights
XCM Execution weights for invoking the backend implementation
pallet
The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.
weights
Autogenerated weights for snowbridge_system

Enums§

BridgeHubRuntime
Call indices within BridgeHub runtime for dispatchables within snowbridge-pallet-system-v2
EthereumSystemCall
Call indices for dispatchables within snowbridge-pallet-system-v2

Constants§

LOG_TARGET

Traits§

BenchmarkHelper

Type Aliases§

AccountIdOf