extend abridged host config (#7659)

added asynchronous backing params
This commit is contained in:
Chris Sosnin
2023-08-24 15:00:10 +03:00
committed by GitHub
parent ee54bcfec9
commit a5f421ef11
3 changed files with 8 additions and 3 deletions
+2
View File
@@ -1165,6 +1165,8 @@ pub struct AbridgedHostConfiguration {
pub validation_upgrade_cooldown: BlockNumber,
/// The delay, in blocks, before a validation upgrade is applied.
pub validation_upgrade_delay: BlockNumber,
/// Asynchronous backing parameters.
pub async_backing_params: super::vstaging::AsyncBackingParams,
}
/// Abridged version of `HrmpChannel` (from the `Hrmp` parachains host runtime module) meant to be