referrerpolicy=no-referrer-when-downgrade

Module dispatchables

Module dispatchables 

Source
Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

§Warning: Doc-Only

Members of this module cannot be used directly and are only provided for documentation purposes. To see the real version of each dispatchable, look for them in Pallet or Call.

Functions§

consume_weight_inherent
Consume weight via inherent call (clears the storage after consuming).
queue_hrmp_messages
Queues n small HRMP messages to recipient.
queue_hrmp_messages_to_n_recipients
Queues one HRMP message each to n consecutive recipients starting from first_recipient.
read_and_write_big_value
Reads a key and writes a big value under this key.
read_and_write_child_tries
A dispatchable that first reads two values from two different child tries, asserts they are the expected values (if the values exist in the state) and then writes two different values to these child tries.
remove_value_from_map
Removes the value associated with key from TestMap.
schedule_weight_registration
Schedule a 1 second weight registration in the next on_initialize.
send_n_upward_messages
Directly sets n small UMP messages in PendingUpwardMessages.
send_upward_message_of_size
Sends a UMP message of specific size (in bytes).
set_custom_validation_head_data
A test dispatchable for setting a custom head data in validate_block.
set_inherent_weight_consume
Set the weight to be consumed by the next inherent call.
set_use_full_core
Deposits the UseFullCore digest item to signal that this block should use the full core.
store_values_in_map
Stores () in TestMap for keys from 0 up to max_key.
use_more_weight_than_announced
This function registers a high weight usage manually, while it actually only announces to use a weight of 0 :)