Expand description
Functions§
- bench_
call - Legacy call used in transaction pool benchmarks.
- call_
do_ not_ propagate - This call is validated as non-propagable
ValidTransaction
. - call_
with_ priority - This call is validated as
ValidTransaction
with given priority. - deposit_
log_ digest_ item - Deposit given digest items into the system storage. They will be included in a header during finalization.
- fill_
block - Fill the block weight up to the given ratio.
- include_
data - Implicitly fill a block body with some data.
- indexed_
call - Create an index for this call.
- offchain_
index_ clear - Remove a key and an associated value from the offchain database.
- offchain_
index_ set - Write a key value pair to the offchain database.
- read
- Read X times from the state some data.
- read_
and_ panic - Read X times from the state some data and then panic!
- storage_
change - Put/delete some data from storage. Intended to use as an unsigned extrinsic.