wownero/utils/python-rpc/framework
jeffro256 51d7a6921c
wallet: feature: transfer amount with fee included
To transfer ~5 XMR to an address such that your balance drops by exactly 5 XMR, provide a `subtractfeefrom` flag to the `transfer` command. For example:

    transfer 76bDHojqFYiFCCYYtzTveJ8oFtmpNp3X1TgV2oKP7rHmZyFK1RvyE4r8vsJzf7SyNohMnbKT9wbcD3XUTgsZLX8LU5JBCfm 5 subtractfeefrom=all

If my walet balance was exactly 30 XMR before this transaction, it will be exactly 25 XMR afterwards and the destination address will receive slightly
less than 5 XMR. You can manually select which destinations fund the transaction fee and which ones do not by providing the destination index.
For example:

    transfer 75sr8AAr... 3 74M7W4eg... 4 7AbWqDZ6... 5 subtractfeefrom=0,2

This will drop your balance by exactly 12 XMR including fees and will spread the fee cost proportionally (3:5 ratio) over destinations with addresses
`75sr8AAr...` and `7AbWqDZ6...`, respectively.

Disclaimer: This feature was paid for by @LocalMonero.
2024-02-20 17:08:42 -06:00
..
__init__.py functional_tests: move RPC API to utils, it is not test specific 2019-03-22 15:29:44 +00:00
daemon.py Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
rpc.py Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
wallet.py wallet: feature: transfer amount with fee included 2024-02-20 17:08:42 -06:00
zmq.py Publish submitted txs via zmq 2022-07-21 11:53:31 -07:00