Class StakingContractFunctionCall
- java.lang.Object
- 
- com.syntifi.near.api.rpc.service.contract.staking.StakingContractFunctionCall
 
- 
 public class StakingContractFunctionCall extends java.lang.ObjectContract function call object for Staking- Since:
- 0.2.0
- Author:
- Alexandre Carvalho, Andre Bertolace
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classStakingContractFunctionCall.LockupMethodsstatic classStakingContractFunctionCall.StakingMethodCallerContract method definitions
 - 
Constructor SummaryConstructors Constructor Description StakingContractFunctionCall()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static FunctionCallResult<java.math.BigInteger>forAccountTotalBalance(NearService nearService, java.lang.String contractAccountId, AccountIdParam accountIdParam)Builds a contract function call and returns a typed result
 
- 
- 
- 
Method Detail- 
forAccountTotalBalancepublic static FunctionCallResult<java.math.BigInteger> forAccountTotalBalance(NearService nearService, java.lang.String contractAccountId, AccountIdParam accountIdParam) throws java.io.IOException Builds a contract function call and returns a typed result- Parameters:
- nearService- the near service instance to use for the contract call
- contractAccountId- the contract's account id
- accountIdParam- the arguments for the target method
- Returns:
- a typed function call result
- Throws:
- java.io.IOException- thrown if failed to deserialize result to target class
 
 
- 
 
-