gui-demo icon indicating copy to clipboard operation
gui-demo copied to clipboard

WIP: Transaction fee confirmation

Open AndreKR opened this issue 8 years ago • 2 comments

This adds a dialog to confirm transactions that cost a transaction fee.

Confirmation implemented for operations:

  • [x] Alias change
  • [ ] Timestamping

Closes #67

AndreKR avatar Nov 30 '17 10:11 AndreKR

@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 avatar Dec 01 '17 07:12 AndreKR

@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/

titusz avatar Dec 01 '17 08:12 titusz