Skip to content

Instantly share code, notes, and snippets.

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