new Kip37DeployerApi()
- Version:
- 1.0
Kip37Deployer service.
Methods
getDefaultDeployer(callback)
Get Default Account for Contract Deployment Get account for deploying and managing contract.
Parameters:
| Name | Type | Description |
|---|---|---|
callback |
Kip37DeployerApi~getDefaultDeployerCallback | The callback function, accepting three arguments: error, data, response data is of type: Kip37DeployerResponse |
Type Definitions
getDefaultDeployerCallback(error, data, response)
Callback function to receive the result of the getDefaultDeployer operation.
Parameters:
| Name | Type | Description |
|---|---|---|
error |
String | Error message, if any. |
data |
Kip37DeployerResponse | The data returned by the service call. |
response |
String | The complete HTTP response. |