Class NearInvokeContractResponse
java.lang.Object
dev.getelements.elements.sdk.model.blockchain.contract.near.NearInvokeContractResponse
-
Constructor Summary
ConstructorsConstructorDescriptionNearInvokeContractResponse
(NearStatus status, NearTransactionOutcome transactionOutcome, List<NearReceiptOutcome> receiptsOutcome) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setReceiptsOutcome
(List<NearReceiptOutcome> receiptsOutcome) void
setStatus
(NearStatus status) void
setTransactionOutcome
(NearTransactionOutcome transactionOutcome)
-
Constructor Details
-
NearInvokeContractResponse
public NearInvokeContractResponse() -
NearInvokeContractResponse
public NearInvokeContractResponse(NearStatus status, NearTransactionOutcome transactionOutcome, List<NearReceiptOutcome> receiptsOutcome)
-
-
Method Details
-
getStatus
-
getTransactionOutcome
-
getReceiptsOutcome
-
setStatus
-
setTransactionOutcome
-
setReceiptsOutcome
-