ABOUT
WHITEPAPER
DOCS
DISCORD
WALLET
EXPLORE
code/pallets/shield/src/migrations/mod.rs
use crate::*; use frame_support::{traits::Get, weights::Weight}; pub mod migrate_clear_v1_storage;