WorkbenchBase
contract WorkbenchBase
Reference
Events
WorkbenchContractCreated
event WorkbenchContractCreated(string applicationName, string workflowName, address originatingAddress)- Parameters:
applicationName- stringworkflowName- stringoriginatingAddress- address
WorkbenchContractUpdated
event WorkbenchContractUpdated(string applicationName, string workflowName, string action, address originatingAddress)- Parameters:
applicationName- stringworkflowName- stringaction- stringoriginatingAddress- address
Functions
ContractCreated
function ContractCreated() internalContractUpdated
function ContractUpdated(string action) internal- Parameters:
action- string
WorkbenchBase
function WorkbenchBase(string applicationName, string workflowName) internal- Parameters:
applicationName- stringworkflowName- string
