File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ import Anoma.Delta open using {Delta} public;
8
8
import Anoma.Random open public;
9
9
import Anoma.Utils as Utils public;
10
10
import Anoma.Encode open public;
11
+ import Anoma.State.CommitmentTree open public;
12
+ import Anoma.Builtin.System open using {isNullifier; isCommitment} public;
Original file line number Diff line number Diff line change 1
1
module Applib;
2
2
3
+ import Anoma open hiding {
4
+ kind;
5
+ nullifier;
6
+ commitment;
7
+ module ExternalIdentity;
8
+ module InternalIdentity;
9
+ } public;
10
+ import Anoma.Builtin.System open using {builtinAnomaDecode; builtinAnomaEncode} public;
11
+
12
+ import BaseLayer open public;
13
+
3
14
import Applib.Helpers open public;
4
15
import Applib.Identities open public;
5
16
import Applib.Authorization as Authorization public;
6
17
import Applib.Trait.Tx open public;
18
+
Original file line number Diff line number Diff line change
1
+ module BaseLayer;
2
+
3
+ import BaseLayer.ResourceMachine open public;
4
+ import BaseLayer.TransactionRequest open public;
You can’t perform that action at this time.
0 commit comments