Class Call
java.lang.Object
org.fisco.bcos.sdk.model.JsonRpcResponse<Call.CallOutput>
org.fisco.bcos.sdk.client.protocol.response.Call
public class Call extends JsonRpcResponse<Call.CallOutput>
RPC response of ledger call
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCall.CallOutputNested classes/interfaces inherited from class org.fisco.bcos.sdk.model.JsonRpcResponse
JsonRpcResponse.Error -
Constructor Summary
Constructors Constructor Description Call() -
Method Summary
Modifier and Type Method Description Call.CallOutputgetCallResult()voidsetResult(Call.CallOutput result)Methods inherited from class org.fisco.bcos.sdk.model.JsonRpcResponse
getError, getId, getJsonrpc, getRawResponse, getResult, hasError, setError, setId, setJsonrpc, setRawResponse
-
Constructor Details
-
Call
public Call()
-
-
Method Details
-
setResult
- Overrides:
setResultin classJsonRpcResponse<Call.CallOutput>
-
getCallResult
-