Hi @cffls, i'm able to run the example to create and send a tx via blockfrost but I'd like the txid to be returned from context submit_tx. I naively tried tx = context.submit_tx(signed_tx.to_cbor()) but returns None
I made a pr assuming it's that simple but didn't test. please advise if there's a way already.
Hi @cffls, i'm able to run the example to create and send a tx via blockfrost but I'd like the txid to be returned from context submit_tx. I naively tried
tx = context.submit_tx(signed_tx.to_cbor())but returnsNoneI made a pr assuming it's that simple but didn't test. please advise if there's a way already.