Class NearContractFunctionCallResult
java.lang.Object
dev.getelements.elements.sdk.model.blockchain.contract.near.NearContractFunctionCallResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetError()getLogs()byte[]voidsetBlockHash(NearEncodedHash blockHash) voidsetBlockHeight(long blockHeight) voidvoidsetLogs(Collection<String> logs) voidsetResult(byte[] result)
-
Constructor Details
-
NearContractFunctionCallResult
public NearContractFunctionCallResult()
-
-
Method Details
-
getResult
public byte[] getResult() -
setResult
public void setResult(byte[] result) -
getLogs
-
setLogs
-
getBlockHeight
public long getBlockHeight() -
setBlockHeight
public void setBlockHeight(long blockHeight) -
getBlockHash
-
setBlockHash
-
getError
-
setError
-