Transaction checking

{{#has_error}}

Checking tx failed

{{error_msg}}

{{/has_error}} {{^has_error}}

Data file prefix: {{data_prefix}}

{{/has_error}} {{#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' ring size time scale (from {{min_mix_time}} till {{max_mix_time}}; resolution: {{timescales_scale}} days{{#have_raw_tx}}; R - real ring member {{/have_raw_tx}})

    {{#timescales}}
  • |{{timescale}}|
  • {{/timescales}}

Outputs selected for this tx (total: {{sum_outputs_amounts}})

{{#dest_sources}} {{#outputs}} {{#is_real}} {{/is_real}} {{^is_real}} {{/is_real}} {{/outputs}}
Output Index Stealth address Is this real output Age {{age_format}} Amount
{{out_index}} {{out_pub_key}}{{is_real}}{{is_real}}{{output_age}} {{output_amount}}
{{/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}} {{#tx_json}}

JSON representation of tx

{{tx_json}}
{{/tx_json}} {{/txs}} {{/unsigned_tx_given}}