Kip37DeployerApi

Kip37DeployerApi

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.

Kip37DeployerApi

new Kip37DeployerApi(apiClientopt)

Constructs a new Kip37DeployerApi.

Parameters:
Name Type Attributes Description
apiClient ApiClient <optional>

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

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.