String
Result
Boolean
RpcResponse
RpcResponse
RpcResponse
String
Get extra information about the RPC result.
Kind: Instance method of RpcResponse
Returns: String
- An informative string of the RPC result.
Result
Get the result enum value for the RPC result.
Kind: Instance method of RpcResponse
Returns: Result
- A Result enum value.
Boolean
Get whether or not the RPC was successful.
Kind: Instance method of RpcResponse
Returns: Boolean
- Whether or not the RPC was successful.
RpcResponse
Set extra information about the RPC result.
Kind: Instance method of RpcResponse
Returns: RpcResponse
- A reference of this class to support method chaining.
Param | Type | Description |
---|---|---|
info | String |
Extra information about the result |