scalus.testing.ContractStepVariations
See theContractStepVariations companion trait
object ContractStepVariations
Bundles contract step state extraction, base template building, and variations.
ContractStepVariations represents a single step in a contract interaction (e.g., "bid on auction", "claim HTLC"). It combines:
- State extraction from blockchain UTxOs
- Base template construction (builder + sponsor + signer)
- Transaction variations for testing
Use with ScenarioExplorer for exhaustive testing.
Type parameters
- S
-
the contract state type
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
In this article