ef3fadbd24
* Add amount_includes_fee option in TX building * Add --amount_includes_fee CLI option * Implement send 'max' amount Co-authored-by: cliik <cliik@example.com>
24 lines
471 B
JSON
24 lines
471 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"method": "init_send_tx",
|
|
"params": {
|
|
"token": null,
|
|
"args": {
|
|
"src_acct_name": null,
|
|
"amount": "600000000000",
|
|
"amount_includes_fee": false,
|
|
"minimum_confirmations": 2,
|
|
"max_outputs": 500,
|
|
"num_change_outputs": 1,
|
|
"selection_strategy_is_use_all": true,
|
|
"message": "my message",
|
|
"target_slate_version": null,
|
|
"payment_proof_recipient_address": null,
|
|
"ttl_blocks": null,
|
|
"send_args": null
|
|
}
|
|
},
|
|
"id": 1
|
|
}
|
|
|