Open
Description
Previously, we'd expose Bolt11Invoice
/Offer
/Refund
s as strings in bindings that get translated at time of use via UniffiCustomTypeConverter
s. This has a number of drawbacks, maybe most notably that these types don't allow the user to validate any fields before paying them.
We should expose 'propertypes for these (i.e., likely we'd need to create newtype wrappers for at least some of them based on the
uniffi` feature flag) that allow retrieving all the important fields (amount, description, payer_note, etc).
Metadata
Metadata
Assignees
Labels
No labels