Skip to content

Commit 1a1b413

Browse files
updated docs.
1 parent 0165ab2 commit 1a1b413

File tree

2 files changed

+35
-148
lines changed

2 files changed

+35
-148
lines changed

dash-spv-ffi/FFI_API.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document provides a comprehensive reference for all FFI (Foreign Function I
44

55
**Auto-generated**: This documentation is automatically generated from the source code. Do not edit manually.
66

7-
**Total Functions**: 58
7+
**Total Functions**: 57
88

99
## Table of Contents
1010

@@ -132,7 +132,7 @@ Functions: 2
132132

133133
### Utility Functions
134134

135-
Functions: 12
135+
Functions: 11
136136

137137
| Function | Description | Module |
138138
|----------|-------------|--------|
@@ -142,7 +142,6 @@ Functions: 12
142142
| `dash_spv_ffi_client_record_send` | No description | client |
143143
| `dash_spv_ffi_client_rescan_blockchain` | No description | client |
144144
| `dash_spv_ffi_enable_test_mode` | No description | utils |
145-
| `dash_spv_ffi_get_network_name` | No description | utils |
146145
| `dash_spv_ffi_init_logging` | No description | utils |
147146
| `dash_spv_ffi_spv_stats_destroy` | No description | client |
148147
| `dash_spv_ffi_string_array_destroy` | Destroy an array of FFIString pointers (Vec<*mut FFIString>) and their contents | types |
@@ -883,16 +882,6 @@ dash_spv_ffi_enable_test_mode() -> ()
883882

884883
---
885884

886-
#### `dash_spv_ffi_get_network_name`
887-
888-
```c
889-
dash_spv_ffi_get_network_name(network: crate::FFINetwork) -> *const c_char
890-
```
891-
892-
**Module:** `utils`
893-
894-
---
895-
896885
#### `dash_spv_ffi_init_logging`
897886

898887
```c

0 commit comments

Comments
 (0)