Skip to content

Instantly share code, notes, and snippets.

@parisyup
Created June 3, 2024 08:17
Show Gist options
  • Save parisyup/f993a061e7bc46d48d140d39686abb29 to your computer and use it in GitHub Desktop.
Save parisyup/f993a061e7bc46d48d140d39686abb29 to your computer and use it in GitHub Desktop.
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