Wraps a JavaScript TxEvaluator to make it usable by the WASM module.
The JavaScript TxEvaluator implementation to wrap.
Runs transaction evaluation to obtain script execution units. This method delegates the call to the wrapped JavaScript TxEvaluator instance.
Transaction payload to evaluate (hex-encoded CBOR).
OptionaladditionalUtxos: UTxO[]Optional extra UTxOs for the evaluator to consider.
A promise that resolves to a list of redeemers with execution units.
An adapter class that makes a JavaScript TxEvaluator implementation callable from the WASM C-layer. It creates and manages the lifecycle of a native proxy object that forwards calls to this JavaScript instance.