mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 12:27:56 +00:00
@@ -778,7 +778,7 @@ fn hash69<T: AsMut<[u8]> + Default>() -> T {
|
||||
/// This type alias represents an index of an event.
|
||||
///
|
||||
/// We use `u32` here because this index is used as index for `Events<T>`
|
||||
/// which can't contain more than `u32::max_value()` items.
|
||||
/// which can't contain more than `u32::MAX` items.
|
||||
type EventIndex = u32;
|
||||
|
||||
/// Type used to encode the number of references an account has.
|
||||
|
||||
Reference in New Issue
Block a user