Created
June 3, 2024 08:17
-
-
Save parisyup/f993a061e7bc46d48d140d39686abb29 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IOUState iouState = new IOUState( //create sample output state for the test | |
10, | |
myInfo.getName(), | |
otherMember.getName(), | |
3, | |
UUID.randomUUID(), | |
Arrays.asList(myInfo.getLedgerKeys().get(0), otherMember.getLedgerKeys().get(0)) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment