Kip37DeployerResponse

Kip37DeployerResponse

new Kip37DeployerResponse()

Version:
  • 1.0

The Kip37DeployerResponse model module.

Members

address :String

The default Klaytn account address for contract management

Type:
  • String

krn :String

KRN of the account

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {Kip37DeployerResponse}

Constructs a Kip37DeployerResponse from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj Kip37DeployerResponse

Optional instance to populate.

Returns:

The populated Kip37DeployerResponse instance.

Type
Kip37DeployerResponse

Kip37DeployerResponse

new Kip37DeployerResponse(address, krn)

Constructs a new Kip37DeployerResponse.

Parameters:
Name Type Description
address String

The default Klaytn account address for contract management

krn String

KRN of the account

Members

address :String

The default Klaytn account address for contract management

Type:
  • String

krn :String

KRN of the account

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {Kip37DeployerResponse}

Constructs a Kip37DeployerResponse from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj Kip37DeployerResponse

Optional instance to populate.

Returns:

The populated Kip37DeployerResponse instance.

Type
Kip37DeployerResponse