Skip to content

Commit

Permalink
feat: add in simulate function for ATC and EmptyTransactionSigner
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltchuang committed Aug 8, 2024
1 parent 672b9c3 commit 10043d4
Show file tree
Hide file tree
Showing 18 changed files with 59,726 additions and 10 deletions.
10 changes: 9 additions & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>com.algorand</groupId>
<artifactId>algosdk</artifactId>
<version>2.0.0</version>
<version>2.5.1</version>
</dependency>
</dependencies>

Expand All @@ -114,6 +114,14 @@
</descriptorRefs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>16</source>
<target>16</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
Loading

0 comments on commit 10043d4

Please sign in to comment.