thorchain-models/macros/create_udfs.sql

8 lines
196 B
MySQL
Raw Permalink Normal View History

2022-09-13 20:31:04 +00:00
{% macro create_udfs() %}
{% set sql %}
{{ create_algorand_udf_bulk_get_tx_info() }};
{{ create_algorand_udf_bulk_get_tx_info() }};
{% endset %}
{% do run_query(sql) %}
{% endmacro %}