mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 09:21:02 +00:00
cargo spellcheck (#3067)
This commit is contained in:
committed by
GitHub
parent
9b06a38bb6
commit
e8652e73db
@@ -122,7 +122,7 @@ pub mod pallet {
|
||||
/// [bidder, range, parachain_id, amount]
|
||||
WonDeploy(T::AccountId, SlotRange, ParaId, BalanceOf<T>),
|
||||
/// An existing parachain won the right to continue.
|
||||
/// First balance is the extra amount reseved. Second is the total amount reserved.
|
||||
/// First balance is the extra amount reserved. Second is the total amount reserved.
|
||||
/// [parachain_id, begin, count, total_amount]
|
||||
WonRenewal(ParaId, LeasePeriodOf<T>, LeasePeriodOf<T>, BalanceOf<T>),
|
||||
/// Funds were reserved for a winning bid. First balance is the extra amount reserved.
|
||||
|
||||
@@ -69,7 +69,7 @@ impl WeightInfo for TestWeightInfo {
|
||||
fn move_claim() -> Weight { 0 }
|
||||
}
|
||||
|
||||
/// The kind of a statement an account needs to make for a claim to be valid.
|
||||
/// The kind of statement an account needs to make for a claim to be valid.
|
||||
#[derive(Encode, Decode, Clone, Copy, Eq, PartialEq, RuntimeDebug)]
|
||||
#[cfg_attr(feature = "std", derive(Serialize, Deserialize))]
|
||||
pub enum StatementKind {
|
||||
|
||||
Reference in New Issue
Block a user