We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec082d commit ab11033Copy full SHA for ab11033
toolkit/bridge/pallet/src/lib.rs
@@ -241,6 +241,7 @@ pub mod pallet {
241
type TransferHandler: TransferHandler<Self::Recipient>;
242
243
/// Maximum number of transfers that can be handled in one block for each transfer type
244
+ #[pallet::constant]
245
type MaxTransfersPerBlock: Get<u32>;
246
247
/// Extrinsic weight information
0 commit comments