Type Alias pallet_bitcoin::pallet::CoinsCount
source · 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§
struct CoinsCount<T>(/* private fields */);