feat: add sort_ascending flag to list_payments (#679)

This commit is contained in:
yse
2025-01-21 08:06:18 +01:00
committed by GitHub
parent 4bd9e5e855
commit 4abcebcde8
13 changed files with 62 additions and 11 deletions

View File

@@ -4190,6 +4190,8 @@ final class wire_cst_list_payments_request extends ffi.Struct {
external ffi.Pointer<ffi.Uint32> limit;
external ffi.Pointer<wire_cst_list_payment_details> details;
external ffi.Pointer<ffi.Bool> sort_ascending;
}
final class wire_cst_ln_url_auth_request_data extends ffi.Struct {