feat(runtime): create UDs manually with new call universalDividend.claim_uds
Merged
feat(runtime): create UDs manually with new call universalDividend.claim_uds
elois-manual-ud
into
master
All threads resolved!
All threads resolved!
Compare changes
Files
6- Éloïs authored
+ 62
− 2
@@ -68,6 +68,14 @@ pub mod pallet {
@@ -102,7 +110,7 @@ pub mod pallet {
@@ -159,7 +167,7 @@ pub mod pallet {
@@ -280,6 +288,7 @@ pub mod pallet {
@@ -560,3 +569,54 @@ impl<T: Config> sp_runtime::traits::Convert<T::AccountId, Option<T::IdtyIndex>>