Lets you run Dapps from dapper.net
EditOperations
EditrunDapp
Runs a specified 'Dapp' and returns the output
Inputs
| Name | Description |
| dappName | The name of the Dapp to execute. The type of the return object is changed according to this value |
| applyUrl | The URL to run the Dapp on. If this is null or empty, the 'args' parameter is used |
| args | A Javascript dictionary of name-value pairs you want to pass the Dapp if it takes arguments. The names of the arguments depend on the Dapp being used. E.g. {name:'value'} |
Outputs
EditObjects
Details about type definitions can be found on the
Block Metadata Type System page.