Expand description
Functions§
- Legacy call used in transaction pool benchmarks.
- This call is validated as non-propagable
ValidTransaction
. - This call is validated as
ValidTransaction
with given priority. - Deposit given digest items into the system storage. They will be included in a header during finalization.
- Fill the block weight up to the given ratio.
- Implicitly fill a block body with some data.
- Create an index for this call.
- Remove a key and an associated value from the offchain database.
- Write a key value pair to the offchain database.
- Read X times from the state some data.
- Read X times from the state some data and then panic!
- Put/delete some data from storage. Intended to use as an unsigned extrinsic.