{{navbar}}
{{apimessage}}

{{result}}
{% for txhistory in history %} {% set counter = loop.index %}
    • {% autoescape true%}{{txhistory.getAllKeys()}}{% endautoescape%}

    • updated on {{txhistory.getCreationTime()}}
      signature: {{txhistory.getSignature()}}

{% autoescape true%} {% for ke in txhistory.getKeyValueHistoryList() %}
{% if txhistory.getKeyValueHistoryList().size > 1 %} KEY:
{{ke.getKey()}}
{% endif %} BEFORE:
{{ke.getBefore()}}
CHANGE ({{ke.getChangekey()}}):
{{ke.getChange()}}
Unified Diff:
{{ke.getDiff()}}
After:
{{ke.getAfter()}}
{% endfor %} {% endautoescape%}
{% endfor %}