Skip to main content

Module simulate

Module simulate 

Source

Structs§

FilledTransactionsState
At this point we have converted transactions collected during script execution to [TransactionWithMetadata] objects which contain additional metadata needed for broadcasting and verification.
PreSimulationState
Same as ExecutedState, but also contains ExecutionArtifacts which are obtained from ScriptResult.

Functions§

into_maybe_signed 🔒
Converts a network-agnostic [BroadcastableTransaction] into a [TransactionMaybeSigned<Ethereum>] for use in the script pipeline.