new Kip7DeployerApi()
- Version:
- 1.0
Kip7Deployer service.
Methods
getDefaultDeployer(callback)
Get Deployer Address Retrieves the `deployer` address automatically created when deploying a contract. You will get one `deployer` address per Credential.<p></p>
Parameters:
| Name | Type | Description |
|---|---|---|
callback |
Kip7DeployerApi~getDefaultDeployerCallback | The callback function, accepting three arguments: error, data, response data is of type: Kip7DeployerResponse |
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 |
Kip7DeployerResponse | The data returned by the service call. |
response |
String | The complete HTTP response. |