Open mesudip opened 1 year ago
I am trying to parse witnessSet CBOR produced cip30.submitTx() using cardano-api, But it seems that the equivalent data structure or parser is missing.
cip30.submitTx()
How can I parse it so that it can be used in cardano-api?
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days.
I am trying to parse witnessSet CBOR produced
cip30.submitTx()
using cardano-api, But it seems that the equivalent data structure or parser is missing.How can I parse it so that it can be used in cardano-api?