pub type Nonce<T: Config> = StorageValue<_GeneratedPrefixForStorageNonce<T>, U256, ValueQuery>;Expand description
Global nonce for all transactions to avoid hash collision, which is caused by the same dummy signatures for all transactions.
Storage type is [StorageValue] with value type U256.
Aliased Typeยง
struct Nonce<T: Config>(/* private fields */);