mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 20:41:14 +00:00
add nomination pools and voters list to staking proxy (#7448)
This commit is contained in:
@@ -1018,7 +1018,9 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
|
|||||||
c,
|
c,
|
||||||
RuntimeCall::Staking(..) |
|
RuntimeCall::Staking(..) |
|
||||||
RuntimeCall::Session(..) | RuntimeCall::Utility(..) |
|
RuntimeCall::Session(..) | RuntimeCall::Utility(..) |
|
||||||
RuntimeCall::FastUnstake(..)
|
RuntimeCall::FastUnstake(..) |
|
||||||
|
RuntimeCall::VoterList(..) |
|
||||||
|
RuntimeCall::NominationPools(..)
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
ProxyType::NominationPools => {
|
ProxyType::NominationPools => {
|
||||||
|
|||||||
@@ -1035,7 +1035,9 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
|
|||||||
c,
|
c,
|
||||||
RuntimeCall::Staking(..) |
|
RuntimeCall::Staking(..) |
|
||||||
RuntimeCall::Session(..) | RuntimeCall::Utility(..) |
|
RuntimeCall::Session(..) | RuntimeCall::Utility(..) |
|
||||||
RuntimeCall::FastUnstake(..)
|
RuntimeCall::FastUnstake(..) |
|
||||||
|
RuntimeCall::VoterList(..) |
|
||||||
|
RuntimeCall::NominationPools(..)
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
ProxyType::NominationPools => {
|
ProxyType::NominationPools => {
|
||||||
|
|||||||
@@ -841,7 +841,9 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
|
|||||||
c,
|
c,
|
||||||
RuntimeCall::Staking(..) |
|
RuntimeCall::Staking(..) |
|
||||||
RuntimeCall::Session(..) | RuntimeCall::Utility(..) |
|
RuntimeCall::Session(..) | RuntimeCall::Utility(..) |
|
||||||
RuntimeCall::FastUnstake(..)
|
RuntimeCall::FastUnstake(..) |
|
||||||
|
RuntimeCall::VoterList(..) |
|
||||||
|
RuntimeCall::NominationPools(..)
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
ProxyType::NominationPools => {
|
ProxyType::NominationPools => {
|
||||||
|
|||||||
Reference in New Issue
Block a user