pybitcash / bitcash

BitCash: Python Bitcoin Cash Library (fork of ofek's Bit)
https://bitcash.dev
MIT License
97 stars 39 forks source link

Broadcast transaction with a POST request #108

Closed merc1er closed 2 years ago

merc1er commented 2 years ago

This broadcasts transactions using a POST request instead of GET from the rawtransactions/sendRawTransaction endpoint. This allows much larger transactions to be broadcasted since URLs restrict the amount of data you can pass in.