Adde the transactions node

This commit is contained in:
2024-10-23 14:52:15 +03:00
parent d41ba79ae4
commit fc0043e3f6
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1 @@
{{.get_transactions}}

View File

@@ -0,0 +1,11 @@
LOAD get_transactions 0
MAP get_transactions
MOUT back 0
MOUT quit 99
MNEXT next 11
MPREV prev 22
HALT
INCMP _ 0
INCMP quit 99
INCMP > 11
INCMP < 22

View File

@@ -0,0 +1 @@
{{.get_transactions}}