You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/rs-drive-abci/src/execution/platform_events/core_based_updates/update_masternode_list/update_state_masternode_list/v0/mod.rs
Copy file name to clipboardExpand all lines: packages/rs-sdk-ffi/build.rs
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,16 @@ fn main() {
23
23
"/* This file is auto-generated. Do not modify manually. */\n/* Unified Dash SDK - includes both Core (SPV) and Platform functionality */".to_string(),
24
24
),
25
25
after_includes:Some(
26
-
"/* Forward declarations for opaque types */\nstruct ShieldedPoolClient;\n".to_string(),
26
+
concat!(
27
+
"/* Forward declarations for opaque types */\n",
28
+
"struct ShieldedPoolClient;\n",
29
+
"\n",
30
+
"/* Forward declarations for dash-spv-ffi types used by the unified SDK.\n",
31
+
" * These allow the header to compile standalone. The full iOS build\n",
32
+
" * merges the complete dash_spv_ffi.h definitions via build_ios.sh. */\n",
0 commit comments