We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c1888 commit 913aa4cCopy full SHA for 913aa4c
BaseLayer/ResourceMachine.juvix
@@ -586,6 +586,9 @@ with
586
587
builtin anoma-transaction-compose
588
axiom compose (tx1 tx2 : Transaction) : Transaction;
589
+
590
+ builtin anoma-prove-delta
591
+ axiom proveDelta : Transaction -> Transaction;
592
end;
593
594
deriving instance
juvix.lock.yaml
@@ -2,7 +2,7 @@
2
# Do not edit this file manually.
3
4
version: 2
5
-checksum: 802bf5058aee28e0866ffd5c024cbbe53ebba768cc2e75e77bc2da71de1ecca1
+checksum: fdae04b8525adca1be7ebefbdfd1c08a8e4e855df1059cfbcae37f731c88a1d1
6
dependencies:
7
- git:
8
name: anoma_juvix-stdlib
0 commit comments