gui-demo
gui-demo copied to clipboard
WIP: Transaction fee confirmation
This adds a dialog to confirm transactions that cost a transaction fee.
Confirmation implemented for operations:
- [x] Alias change
- [ ] Timestamping
Closes #67
@titusz Did you say there is an API request to get the fee per byte that the node would use? I can't find it. You also said something about settxfee? Where do you find these things? :p
@AndreKR MultiChain api is mostly compatible with Bitcoin. There is a help method on the API itself. See: https://chainquery.com/bitcoin-api/settxfee and https://chainquery.com/bitcoin-api/estimatefee
MultiChain specific API methods are documented here: https://www.multichain.com/developers/json-rpc-api/