celestiaorg / go-cnc

celestia-node REST client in Go.
Apache License 2.0
15 stars 8 forks source link

Implement `SubmitTx` method #7

Open tzdybal opened 2 years ago

tzdybal commented 2 years ago

SubmitTx needs to be implemented. It's similar to SubmitPFD.

Specs: https://docs.celestia.org/developers/node-api/#post-submit_tx

Type returned by celestia-node is TxResponse.

Regis-Caelum commented 2 years ago

I can work this one