Class RpcResponse
Response from an OpenClaw RPC call.
public sealed class RpcResponse
- Inheritance
-
RpcResponse
- Inherited Members
Properties
Error
public JsonElement? Error { get; init; }
Property Value
Ok
public bool Ok { get; init; }
Property Value
Payload
public JsonElement? Payload { get; init; }
Property Value
Methods
GetPayload<T>()
public T? GetPayload<T>()
Returns
- T
Type Parameters
T