java-algorand-sdk icon indicating copy to clipboard operation
java-algorand-sdk copied to clipboard

BoxReference Expects int for appid

Open barnjamin opened this issue 2 years ago • 0 comments

Subject of the issue

Throughout the Java SDK we use Long or Bigint for things like App id, but the BoxReference class expects an int

https://github.com/algorand/java-algorand-sdk/blob/develop/src/main/java/com/algorand/algosdk/transaction/Transaction.java#L727

barnjamin avatar Mar 06 '23 21:03 barnjamin