mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 20:01:08 +00:00
Document a pub item (#8374)
This commit is contained in:
@@ -805,6 +805,8 @@ impl<Balance: Default> EraPayout<Balance> for () {
|
||||
}
|
||||
}
|
||||
|
||||
/// Adaptor to turn a `PiecewiseLinear` curve definition into an `EraPayout` impl, used for
|
||||
/// backwards compatibility.
|
||||
pub struct ConvertCurve<T>(sp_std::marker::PhantomData<T>);
|
||||
impl<
|
||||
Balance: AtLeast32BitUnsigned + Clone,
|
||||
|
||||
Reference in New Issue
Block a user