GetInfoResponse: add fingerprint (#532)

* GetInfoResponse: add fingerprint

* Re-generate dart ffi with `just ffigen`

* Re-generate dart ffi with `just gen`
This commit is contained in:
ok300
2024-10-17 16:36:33 +02:00
committed by GitHub
parent b5a1d957c3
commit cbe835b565
14 changed files with 56 additions and 6 deletions

View File

@@ -4480,6 +4480,8 @@ final class wire_cst_get_info_response extends ffi.Struct {
@ffi.Uint64()
external int pending_receive_sat;
external ffi.Pointer<wire_cst_list_prim_u_8_strict> fingerprint;
external ffi.Pointer<wire_cst_list_prim_u_8_strict> pubkey;
}