Uses of Class
dev.getelements.elements.sdk.model.blockchain.contract.near.NearReceiptOutcome
Packages that use NearReceiptOutcome
-
Uses of NearReceiptOutcome in dev.getelements.elements.sdk.model.blockchain.contract.near
Methods in dev.getelements.elements.sdk.model.blockchain.contract.near that return types with arguments of type NearReceiptOutcomeMethod parameters in dev.getelements.elements.sdk.model.blockchain.contract.near with type arguments of type NearReceiptOutcomeModifier and TypeMethodDescriptionvoid
NearInvokeContractResponse.setReceiptsOutcome
(List<NearReceiptOutcome> receiptsOutcome) Constructor parameters in dev.getelements.elements.sdk.model.blockchain.contract.near with type arguments of type NearReceiptOutcomeModifierConstructorDescriptionNearInvokeContractResponse
(NearStatus status, NearTransactionOutcome transactionOutcome, List<NearReceiptOutcome> receiptsOutcome)