mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 01:01:04 +00:00
Replace system config Index for Nonce (#14290)
* replace Index by Nonce * replace Index by Nonce * replace Index by Nonce * replace Index by Nonce * replace Index by Nonce * wip * remove index in lieu of nonce * wip * remove accountnonce in lieu of nonce * add minor improvement * rebase and merge conflicts
This commit is contained in:
@@ -33,7 +33,7 @@ The System module defines the following extensions:
|
||||
- [`CheckWeight`]: Checks the weight and length of the block and ensure that it does not
|
||||
exceed the limits.
|
||||
- [`CheckNonce`]: Checks the nonce of the transaction. Contains a single payload of type
|
||||
`T::Index`.
|
||||
`T::Nonce`.
|
||||
- [`CheckEra`]: Checks the era of the transaction. Contains a single payload of type `Era`.
|
||||
- [`CheckGenesis`]: Checks the provided genesis hash of the transaction. Must be a part of the
|
||||
signed payload of the transaction.
|
||||
|
||||
Reference in New Issue
Block a user