Function prepareUtxoForEvaluation

Serialize a UTxO into a pair of JSON objects (input and output) for the transaction evaluation endpoint.

  • Parameters

    • utxo: UTxO

      The UTxO to serialize.

    Returns [object, object]

    A tuple containing the JSON for the input and the output.