TevmRpcSchema
TevmRpcSchema: [
...PublicRpcSchema
, …TestRpcSchema<“anvil” | “ganache” | “hardhat”>,JsonRpcSchemaTevm
["tevm_call"
],JsonRpcSchemaTevm
["tevm_dumpState"
],JsonRpcSchemaTevm
["tevm_loadState"
],JsonRpcSchemaTevm
["tevm_getAccount"
],JsonRpcSchemaTevm
["tevm_setAccount"
]]
The JSON-RPC schema for TEVM. This type represents the JSON-RPC requests that the EIP-1193 client can handle when using TEVM. It includes public, test, and TEVM-specific methods.