Type Definition eth_bridge::pallet::BridgeAccount

source ·
pub type BridgeAccount<T: Config> = StorageMap<_GeneratedPrefixForStorageBridgeAccount<T>, Twox64Concat, <T as Config>::NetworkId, T::AccountId>;
Expand description

Multi-signature bridge peers’ account. None if there is no account and network with the given ID.