Data file prefix: {{data_prefix}}
{{#unsigned_tx_given}}
Details of unsigned raw tx data given
{{#txs}}
Basic information
{{#dest_infos}}
Send {{dest_amount}} to {{dest_address}}
{{/dest_infos}}
{{#has_payment_id}}
Payment id: {{payment_id}}
{{/has_payment_id}}
{{#has_payment_id8}}
Payment id (encrypted): {{payment_id8}}
{{/has_payment_id8}}
Inputs' mixins time scale (from {{min_mix_time}} till {{max_mix_time}};
resolution: {{timescales_scale}} days{{#have_raw_tx}}; R - real mixin {{/have_raw_tx}})
{{#timescales}}
- |{{timescale}}|
{{/timescales}}
Outputs selected for this tx (total: {{sum_outputs_amounts}})
{{#dest_sources}}
Output Index |
Stealth address |
Is this real output |
Age {{age_format}} |
Amount |
{{#outputs}}
{{out_index}} |
{{out_pub_key}} |
{{#is_real}}
{{is_real}} |
{{/is_real}}
{{^is_real}}
{{is_real}} |
{{/is_real}}
{{output_age}} |
{{output_amount}} |
{{/outputs}}
{{/dest_sources}}
Change to be returned to the sender: {{change_amount}}
{{/txs}}
{{/unsigned_tx_given}}
{{^unsigned_tx_given}}
Details of signed raw tx data given
{{#txs}}
{{#dest_infos}}
{{^is_this_change}}
Send {{dest_amount}} to {{dest_address}}
{{/is_this_change}}
{{#is_this_change}}
Total change {{dest_amount}} back to {{dest_address}}
{{/is_this_change}}
{{/dest_infos}}
{{>tx_details}}
{{/txs}}
{{/unsigned_tx_given}}