We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c9a484 + ee7306f commit 18fd2b7Copy full SHA for 18fd2b7
bindings/ldk_node.udl
@@ -728,7 +728,7 @@ interface Bolt11Invoice {
728
u64 seconds_until_expiry();
729
boolean is_expired();
730
boolean would_expire(u64 at_time_seconds);
731
- Bolt11InvoiceDescription description();
+ Bolt11InvoiceDescription invoice_description();
732
u64 min_final_cltv_expiry_delta();
733
Network network();
734
Currency currency();
src/uniffi_types.rs
@@ -531,7 +531,7 @@ impl Bolt11Invoice {
531
}
532
533
/// Return the description or a hash of it for longer ones
534
- pub fn description(&self) -> Bolt11InvoiceDescription {
+ pub fn invoice_description(&self) -> Bolt11InvoiceDescription {
535
self.inner.description().into()
536
537
0 commit comments