You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, we'd expose Bolt11Invoice/Offer/Refunds as strings in bindings that get translated at time of use via UniffiCustomTypeConverters. 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 theuniffi` feature flag) that allow retrieving all the important fields (amount, description, payer_note, etc).
The text was updated successfully, but these errors were encountered:
Previously, we'd expose
Bolt11Invoice
/Offer
/Refund
s as strings in bindings that get translated at time of use viaUniffiCustomTypeConverter
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 'proper
types 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).The text was updated successfully, but these errors were encountered: