Verify Batch signatures

Starts further fleshing out the Serai client tests with common utils.
This commit is contained in:
Luke Parker
2023-03-31 06:34:09 -04:00
parent 30b8636641
commit ae4e98c052
14 changed files with 291 additions and 201 deletions

View File

@@ -2,7 +2,6 @@
#[frame_support::pallet]
pub mod pallet {
use scale::{Encode, Decode};
use scale_info::TypeInfo;
use frame_system::pallet_prelude::*;