We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d3b97 commit e893cb3Copy full SHA for e893cb3
crates/abi/abi/HEVM.sol
@@ -3,7 +3,7 @@ struct Rpc { string name; string url; }
3
struct DirEntry { string errorMessage; string path; uint64 depth; bool isDir; bool isSymlink; }
4
struct FsMetadata { bool isDir; bool isSymlink; uint256 length; bool readOnly; uint256 modified; uint256 accessed; uint256 created; }
5
struct Wallet { address addr; uint256 publicKeyX; uint256 publicKeyY; uint256 privateKey; }
6
-struct FfiResult { int32 exit_code; bytes stdout; bytes stderr; }
+struct FfiResult { int32 exitCode; bytes stdout; bytes stderr; }
7
8
allowCheatcodes(address)
9
0 commit comments