Module actions

Source
Expand description

Actions that can be performed in tests.

Structs§

ActionBox
Simplified action container for storage in tests
AssertMineBlock
Mine a single block with the given transactions and verify the block was created successfully.
Sequence
Run a sequence of actions in series.

Traits§

Action
An action that can be performed on an instance.