Trait bp_relayers::BatchCallUnpacker
source · pub trait BatchCallUnpacker<Runtime: Config> {
// Required method
fn unpack(
call: &Runtime::RuntimeCall,
max_packed_calls: u32,
) -> Vec<&Runtime::RuntimeCall>;
}
Expand description
Something that can unpack batch calls (all-or-nothing flavor) of given size.
Required Methods§
Object Safety§
This trait is not object safe.