Details of submitted raw tx data
{{#unsigned_tx_given}}
unsigned_tx_given: {{unsigned_tx_given}}
{{#txs}}
Destination information
{{#dest_infos}}
Send {{dest_amount}} to {{dest_address}}
{{/dest_infos}}
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
Amount: {{change_amount}}
{{/txs}}
{{/unsigned_tx_given}}
{{^unsigned_tx_given}}
signed_tx_given
{{#txs}}
{{>tx_details}}
{{/txs}}
{{/unsigned_tx_given}}