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

Expose de/serialize for Sender, Receiver #39

Merged
merged 2 commits into from
Dec 7, 2024

Conversation

DanGould
Copy link
Contributor

@DanGould DanGould commented Dec 6, 2024

These structs need to be serialized and deserialized in order to be persisted in a downstream database.

We use json to do this only because that decision was made in payjoin-cli. A binary encoding could be used as well, but that bikeshed is to be built at a later date.

These structs need to be serialized and deserialized in order to be
persisted in a downstream database.

We use json to do this only because that decision was made in payjoin-cli.
A binary encoding could be used as well, but that bikeshed is to be built
at a later date.
@DanGould DanGould merged commit b2dc431 into LtbLightning:main Dec 7, 2024
3 checks passed
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