Crate starknet_devnet_server

Source

Modules§

api
dump_util
error
restrictive_mode
rpc_core
rpc_handler
handlers for axum server
server

Macros§

http_rpc_router
Match a list of comma-separated pairs enclosed in square brackets. First pair member is the HTTP path which is mapped to an RPC request with the method that is the second pair member. Using the same identifier for the handler function name and the method name provided in the RPC request.

Structs§

ServerConfig