Created
June 3, 2024 08:19
-
-
Save parisyup/79b52da666b60d3acc86cfd8a43a2aa1 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
val iouState = IOUState( | |
amount = 10, | |
paid = 3, | |
lender = myInfo.name, | |
borrower = otherMember.name, | |
linearId = UUID.randomUUID(), | |
participants = listOf(myInfo.ledgerKeys.first(), otherMember.ledgerKeys.first()) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment