KevaChat is distributed chat platform for open, uncensored and privacy respectable communication with permanent data storage in blockchain.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
390 B

<div>
{{ 'Block:' | trans }} {{ wallet.block }}
/
{{ 'Balance:' | trans }} {{ wallet.balance }}
{% if wallet.address %}
/
{% if pool.url %}
<a href="{{ pool.url }}" target="_blank">{{ 'Charge' | trans }}</a>:
{% else %}
{{ 'Charge:' | trans }}
{% endif %}
<pre>{{ wallet.address }}</pre>
{% endif %}
</div>