Skip to content

#111: Multiple amounts support for multi-recipients transaction

matograine requested to merge multiple_output_amounts into dev

Allows the syntax :

tx --recipients <pubkey_1> -r <pubkey_2> --amounts <amount_1> -a <amount_2>
  • uses click multiple options.
  • Adds functions:
    • transaction_amount()
    • amount_computation()

Close #111 (closed).

Edited by Moul

Merge request reports