Functions§
- assert_
blocks_ are_ being_ finalized - Assert that finality has not stalled.
- assert_
finality_ lag - assert_
para_ is_ registered - Asserts that the given
para_id
is registered at the relay chain. - assert_
para_ throughput - assert_
relay_ parent_ offset - Asserts that parachain blocks have the correct relay parent offset.
- create_
assign_ core_ call - Create a batch call to assign cores to a parachain.
- submit_
extrinsic_ and_ wait_ for_ finalization_ success - Submits the given
call
as transaction and waits for it successful finalization. - submit_
extrinsic_ and_ wait_ for_ finalization_ success_ with_ timeout - Submits the given
call
as transaction and waitstimeout_secs
for it successful finalization. - wait_
for_ first_ session_ change - Wait for the first block with a session change.
- wait_
for_ nth_ session_ change - Wait for the first block with the Nth session change.