fix jsonrpc serializations

This commit is contained in:
Timur Gordon
2025-03-14 02:36:40 +01:00
parent dd68bf950c
commit 1e26162e00
7 changed files with 58 additions and 48 deletions

View File

@@ -37,6 +37,7 @@ pub fn new_client(client Client) &Client {
// These parameters control timeout and retry behavior.
@[params]
pub struct SendParams {
pub:
// Maximum time in seconds to wait for a response (default: 60)
timeout int = 60