Type Alias StorageU64

Source
pub type StorageU64 = StorageUint<64, 1>;
Expand description

Accessor for a storage-backed alloy_primitives::aliases::U64.

Aliased Typeยง

struct StorageU64 { /* private fields */ }
OSZAR »