Structs§
- Filled
Transactions State - At this point we have converted transactions collected during script execution to [TransactionWithMetadata] objects which contain additional metadata needed for broadcasting and verification.
- PreSimulation
State - 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.