auto_id_domain_test_runtime

Constant EXISTENTIAL_DEPOSIT

Source
pub const EXISTENTIAL_DEPOSIT: u128 = _; // 1_000_000_000_000u128
Expand description

Computed as ED = Account data size * Price per byte, where Price per byte = Min Number of validators * Storage duration (years) * Storage cost per year Account data size (80 bytes) Min Number of redundant validators (10) - For a stable and redundant blockchain we need at least a certain number of full nodes/collators. Storage duration (1 year) - It is theoretically unlimited, accounts will stay around while the chain is alive. Storage cost per year of (12 * 1e-9 * 0.1 ) - SSD storage on cloud hosting costs about 0.1 USD per Gb per month