This commit is contained in:
2025-09-19 05:35:59 +02:00
parent f54c57847a
commit 1709618f2c
9 changed files with 74 additions and 27 deletions

View File

@@ -22,6 +22,8 @@ pub mut:
// An identifier established by the client that must be included in the response
// This is used to correlate requests with their corresponding responses
id int @[required]
handler_params map[string]string
}
// new_request creates a new JSON-RPC request with the specified method and parameters.