We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc8b88 commit a675185Copy full SHA for a675185
bindings/csharp/csharp_code/EthKZG.bindings/native_methods.g.cs
@@ -1,4 +1,3 @@
1
-using C = uint;
2
// <auto-generated>
3
// This code is generated by csbindgen.
4
// DON'T CHANGE THIS DIRECTLY.
@@ -176,7 +175,7 @@ internal unsafe partial struct CResult
176
175
}
177
178
179
- internal enum CResultStatus : C
+ internal enum CResultStatus : uint
180
{
181
Ok,
182
Err,
0 commit comments