pub type CoinsCount<T> = StorageValue<_GeneratedPrefixForStorageCoinsCount<T>, u64, ValueQuery>;
Expand description
Size of the entire UTXO set.
Storage type is [StorageValue
] with value type u64
.
Aliased Typeยง
pub struct CoinsCount<T>(/* private fields */);