Skip to content

Commit 549b4cf

Browse files
committed
fixup! Add support for sending to human-readable names that resolve to Bolt12 Offers
1 parent 9d8d3ff commit 549b4cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bindings/ldk_node.udl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ interface Bolt12Payment {
200200
[Throws=NodeError]
201201
PaymentId send_using_amount([ByRef]Offer offer, u64 amount_msat, u64? quantity, string? payer_note);
202202
[Throws=NodeError]
203+
PaymentId send_to_human_readable_name([ByRef]string name, u64 amount_msat);
204+
[Throws=NodeError]
203205
Offer receive(u64 amount_msat, [ByRef]string description, u32? expiry_secs, u64? quantity);
204206
[Throws=NodeError]
205207
Offer receive_variable_amount([ByRef]string description, u32? expiry_secs);

0 commit comments

Comments
 (0)