Type Alias centrifuge_runtime::BridgeConfig
source · pub type BridgeConfig = GenesisConfig<Runtime>;Aliased Type§
struct BridgeConfig {
pub chains: Vec<u8>,
pub relayers: Vec<AccountId32>,
pub resources: Vec<([u8; 32], Vec<u8>)>,
pub threshold: u32,
}Fields§
§chains: Vec<u8>§relayers: Vec<AccountId32>§resources: Vec<([u8; 32], Vec<u8>)>§threshold: u32