{% match pending_txn_hash %}
{% when Some with (pending_txn_hash) %}
{% match explorer_url %}
{% when Some with (explorer_url) %}
Request sent - Transaction ID: {{ pending_txn_hash }}
{% when None %}
Request sent - Transaction ID: {{ pending_txn_hash }}
{% endmatch %}
{% when None %}
{% endmatch %}
{% match error %}
{% when Some with (error) %}