This allows JS clients to efficiently build TxOutput via [TransactionOutput.fromCbor](https://github.com/input-output-hk/cardano-js-sdk/blob/master/packages/core/src/Serialization/TransactionBody/TransactionOutput.ts#L104) from cardano-sdk Example of it used in Blaze https://github.com/butaneprotocol/blaze-cardano/blob/main/packages/blaze-query/src/maestro.ts#L158-L160
This allows JS clients to efficiently build TxOutput via TransactionOutput.fromCbor from cardano-sdk
Example of it used in Blaze https://github.com/butaneprotocol/blaze-cardano/blob/main/packages/blaze-query/src/maestro.ts#L158-L160