Kip7DeployerApi

Kip7DeployerApi

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.

Kip7DeployerApi

new Kip7DeployerApi(apiClientopt)

Constructs a new Kip7DeployerApi.

Parameters:
Name Type Attributes Description
apiClient ApiClient <optional>

Optional API client implementation to use, default to ApiClient#instance if unspecified.

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.