mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 05:11:02 +00:00
@@ -124,13 +124,13 @@ pub struct HostConfiguration<BlockNumber> {
|
||||
///
|
||||
/// [#4601]: https://github.com/paritytech/polkadot/issues/4601
|
||||
pub validation_upgrade_delay: BlockNumber,
|
||||
/// Asynchronous backing parameters.
|
||||
pub async_backing_params: AsyncBackingParams,
|
||||
|
||||
/**
|
||||
* The parameters that are not essential, but still may be of interest for parachains.
|
||||
*/
|
||||
|
||||
/// Asynchronous backing parameters.
|
||||
pub async_backing_params: AsyncBackingParams,
|
||||
/// The maximum POV block size, in bytes.
|
||||
pub max_pov_size: u32,
|
||||
/// The maximum size of a message that can be put in a downward message queue.
|
||||
|
||||
Reference in New Issue
Block a user