mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 21:41:12 +00:00
committed by
Bastian Köcher
parent
e9273329ae
commit
c14afe4352
@@ -89,11 +89,6 @@ type NegativeImbalanceOf<T> = <<T as Trait>::Currency as Currency<<T as system::
|
||||
|
||||
const MODULE_ID: ModuleId = ModuleId(*b"py/trsry");
|
||||
|
||||
pub const DEFAULT_PROPOSAL_BOND: u32 = 0;
|
||||
pub const DEFAULT_PROPOSAL_BOND_MINIMUM: u32 = 0;
|
||||
pub const DEFAULT_SPEND_PERIOD: u32 = 0;
|
||||
pub const DEFAULT_BURN: u32 = 0;
|
||||
|
||||
pub trait Trait: system::Trait {
|
||||
/// The staking balance.
|
||||
type Currency: Currency<Self::AccountId> + ReservableCurrency<Self::AccountId>;
|
||||
|
||||
Reference in New Issue
Block a user