mirror of
https://github.com/FlipsideCrypto/thorchain-models.git
synced 2026-02-06 13:37:10 +00:00
8 lines
196 B
SQL
8 lines
196 B
SQL
{% 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 %}
|