Class FunctionCall
- java.lang.Object
-
- com.syntifi.near.api.rpc.service.contract.FunctionCall
-
public class FunctionCall extends java.lang.Object
Base contract function call object- Since:
- 0.2.0
- Author:
- Alexandre Carvalho, Andre Bertolace
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
methodName
-
Constructor Summary
Constructors Constructor Description FunctionCall()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContractFunctionCallResult
call(NearService nearService)
-
-
-
Method Detail
-
call
public ContractFunctionCallResult call(NearService nearService)
-
-