Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
303 changes: 284 additions & 19 deletions dash-spv-ffi/FFI_API.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dash-spv-ffi/dash_spv_ffi.h
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ int32_t dash_spv_ffi_client_update_config(struct FFIDashSpvClient *client,
* 0 on success, error code on failure
*/

int32_t dash_spv_ffi_client_sync_to_tip(struct FFIDashSpvClient *client,
int32_t dash_spv_ffi_client_start_sync(struct FFIDashSpvClient *client,
void (*completion_callback)(bool, const char*, void*),
void *user_data)
;
Expand Down Expand Up @@ -382,7 +382,7 @@ int32_t dash_spv_ffi_client_sync_to_tip(struct FFIDashSpvClient *client,
* 0 on success, error code on failure
*/

int32_t dash_spv_ffi_client_sync_to_tip_with_progress(struct FFIDashSpvClient *client,
int32_t dash_spv_ffi_client_start_sync_with_progress(struct FFIDashSpvClient *client,
void (*progress_callback)(const struct FFIDetailedSyncProgress*,
void*),
void (*completion_callback)(bool,
Expand Down
Loading
Loading