Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Extract contract state from the blockchain.
Extract contract state from the blockchain.
Typically queries UTxOs at the contract address and parses datums.
Attributes
Build the base transaction template for this step.
Build the base transaction template for this step.
The template includes the base TxBuilder (the "correct" transaction), sponsor (who pays fees), and signer. Variations will modify or replace the builder while using the same sponsor/signer.
Attributes
Transaction variations to test.
Transaction variations to test.
Variations receive the base template from makeBaseTx and produce transaction variations.
Attributes
Concrete methods
All actions (submits + waits) for this step.
All actions (submits + waits) for this step.
Combines transaction variations (as StepAction.Submit) with slot delays (as StepAction.Wait).
Attributes
Generate all transaction variations for the given state.
Generate all transaction variations for the given state.
Convenience method that builds the template and delegates to variations.enumerate.
Attributes
Slot delays to explore at this step. Default: none.
Slot delays to explore at this step. Default: none.
Override to include StepAction.Wait actions in allActions. Each delay creates a separate branch that advances the slot before the next step.