@oceanprotocol/keeper-contracts
Version:
Integration of SEAs, DID and OceanToken in Solidity
48 lines (37 loc) • 1.34 kB
Markdown
# contract: EscrowComputeExecutionTemplate
## (DEPRECATED)
Documentation:
```
Service Execution Template
Ocean Protocol Team
* Implementation of Service Execution Template
```
## Variables
### internal didRegistry
### internal computeExecutionCondition
### internal lockRewardCondition
### internal escrowReward
## Functions
### external initialize
Documentation:
```
initialize init the
contract with the following parameters.
this function is called only once during the contract
initialization. It initializes the ownable feature, and
set push the required condition types including
service executor condition, lock reward and escrow reward conditions.
_owner contract's owner account address
_agreementStoreManagerAddress agreement store manager contract address
_didRegistryAddress DID registry contract address
_computeExecutionConditionAddress service executor condition contract address
_lockRewardConditionAddress lock reward condition contract address
_escrowRewardAddress escrow reward contract address
```
Parameters:
* address _owner
* address _agreementStoreManagerAddress
* address _didRegistryAddress
* address _computeExecutionConditionAddress
* address _lockRewardConditionAddress
* address _escrowRewardAddress