{% include 'header.html' %} {% from 'style.html' import input_arrow_down_svg %} {% from 'macros.html' import breadcrumb %}
{{ breadcrumb([ {'text': 'Home', 'url': '/'}, {'text': 'RPC Console', 'url': '/rpc'} ]) }}

RPC Console

{% include 'inc_messages.html' %}
Options
RPC Console Input
{{ input_arrow_down_svg| safe }}
{{ input_arrow_down_svg| safe }}
{% if result %}
RPC Console Output:
{% endif %}
{% include 'footer.html' %}