mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 07:11:03 +00:00
Update Polkadot (#4561)
* add existential deposit * cargo +nightly fmt * add EXISTENTIAL_DEPOSIT to runtimes
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
pub mod currency {
|
||||
use primitives::v0::Balance;
|
||||
|
||||
/// The existential deposit.
|
||||
pub const EXISTENTIAL_DEPOSIT: Balance = 1 * CENTS;
|
||||
|
||||
pub const UNITS: Balance = 1_000_000_000_000;
|
||||
pub const CENTS: Balance = UNITS / 100;
|
||||
pub const MILLICENTS: Balance = CENTS / 1_000;
|
||||
|
||||
Reference in New Issue
Block a user