Function sp_domains::domain_total_issuance_storage_key

source ยท
pub fn domain_total_issuance_storage_key() -> StorageKey
Expand description

Total issuance storage for Domains.

This function should ideally use Host function to fetch the storage key from the domain runtime. But since the Host function is not available at Genesis, we have to assume the storage keys. TODO: once the chain is launched in mainnet, we should use the Host function for all domain instances.