Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JvmField on PSBT fields #97

Merged
merged 1 commit into from
Aug 8, 2023
Merged

Add JvmField on PSBT fields #97

merged 1 commit into from
Aug 8, 2023

Conversation

t-bast
Copy link
Member

@t-bast t-bast commented Jul 28, 2023

This makes it nicer to use from Scala by creating a backing field instead of having to use a getter function.
Unfortunately we cannot do that for the various Inputs and Outputs, as Kotlin doesn't support this feature on abstract fields.

This makes it nicer to use from Scala by creating a backing field instead
of having to use a getter function.

Unfortunately we cannot do that for the various `Input`s and `Output`s,
as Kotlin doesn't support this feature on abstract fields.
@t-bast t-bast requested a review from sstone July 28, 2023 15:59
@t-bast t-bast merged commit f0fecaf into master Aug 8, 2023
@t-bast t-bast deleted the psbt-nicer-for-scala branch August 8, 2023 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants