mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 23:21:02 +00:00
Make PayoutStakersCall public
This commit is contained in:
@@ -309,7 +309,7 @@ pub struct NominateCall<T: Staking> {
|
|||||||
|
|
||||||
/// Claim a payout.
|
/// Claim a payout.
|
||||||
#[derive(PartialEq, Eq, Clone, Call, Encode, Decode, Debug)]
|
#[derive(PartialEq, Eq, Clone, Call, Encode, Decode, Debug)]
|
||||||
struct PayoutStakersCall<'a, T: Staking> {
|
pub struct PayoutStakersCall<'a, T: Staking> {
|
||||||
pub validator_stash: &'a T::AccountId,
|
pub validator_stash: &'a T::AccountId,
|
||||||
pub era: EraIndex,
|
pub era: EraIndex,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user