Uses of Class
dev.getelements.elements.sdk.model.blockchain.contract.UpdateSmartContractRequest
Packages that use UpdateSmartContractRequest
Package
Description
-
Uses of UpdateSmartContractRequest in dev.getelements.elements.rest.blockchain
Methods in dev.getelements.elements.rest.blockchain with parameters of type UpdateSmartContractRequestModifier and TypeMethodDescriptionSmartContractResource.updateSmartContract
(String contractId, UpdateSmartContractRequest updateSmartContractRequest) -
Uses of UpdateSmartContractRequest in dev.getelements.elements.sdk.service.blockchain
Methods in dev.getelements.elements.sdk.service.blockchain with parameters of type UpdateSmartContractRequestModifier and TypeMethodDescriptionSmartContractService.updateSmartContract
(String contractId, UpdateSmartContractRequest updateSmartContractRequest) Updates the suppliedSmartContract
. -
Uses of UpdateSmartContractRequest in dev.getelements.elements.service.blockchain.omni
Methods in dev.getelements.elements.service.blockchain.omni with parameters of type UpdateSmartContractRequestModifier and TypeMethodDescriptionSuperUserSmartContractService.updateSmartContract
(String smartContractId, UpdateSmartContractRequest updateSmartContractRequest)