mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 04:57:57 +00:00
Make PayoutStakersCall public
This commit is contained in:
@@ -309,7 +309,7 @@ pub struct NominateCall<T: Staking> {
|
||||
|
||||
/// Claim a payout.
|
||||
#[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 era: EraIndex,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user