We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97687cf commit c900505Copy full SHA for c900505
packages/ogmios/src/ogmiosToCore/tx.ts
@@ -436,6 +436,7 @@ const mapCommonTx = (tx: Schema.Transaction): Cardano.OnChainTx => {
436
withdrawals: mapWithdrawals(tx.withdrawals)
437
})
438
},
439
+ cbor: tx.cbor ? Serialization.TxCBOR(tx.cbor) : undefined,
440
id: Cardano.TransactionId(tx.id),
441
// At the time of writing Byron transactions didn't set this property
442
inputSource: mapInputSource(tx.spends),
0 commit comments