This commit is contained in:
2025-08-25 06:29:42 +02:00
parent 607b2b0881
commit c6d703b860
38 changed files with 846 additions and 845 deletions

View File

@@ -15,8 +15,8 @@ pub const default_url = 'http://localhost:8990'
@[heap]
pub struct MyceliumRPC {
pub mut:
name string = 'default'
url string = default_url // RPC server URL
name string = 'default'
url string = default_url // RPC server URL
// rpc_client ?&jsonrpc.Client @[skip]
}