Class NearContractFunctionCallResult
java.lang.Object
dev.getelements.elements.sdk.model.blockchain.contract.near.NearContractFunctionCallResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getError()
getLogs()
byte[]
void
setBlockHash
(NearEncodedHash blockHash) void
setBlockHeight
(long blockHeight) void
void
setLogs
(Collection<String> logs) void
setResult
(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
-