Kip7DeployerResponse

Kip7DeployerResponse

new Kip7DeployerResponse()

Version:
  • 1.0

The Kip7DeployerResponse model module.

Members

address :String

The default Klaytn account address (deployer) that manages contracts.

Type:
  • String

krn :String

KRN of the account

Type:
  • String

Methods

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

Constructs a Kip7DeployerResponse 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 Kip7DeployerResponse

Optional instance to populate.

Returns:

The populated Kip7DeployerResponse instance.

Type
Kip7DeployerResponse

Kip7DeployerResponse

new Kip7DeployerResponse(address, krn)

Constructs a new Kip7DeployerResponse.

Parameters:
Name Type Description
address String

The default Klaytn account address (deployer) that manages contracts.

krn String

KRN of the account

Members

address :String

The default Klaytn account address (deployer) that manages contracts.

Type:
  • String

krn :String

KRN of the account

Type:
  • String

Methods

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

Constructs a Kip7DeployerResponse 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 Kip7DeployerResponse

Optional instance to populate.

Returns:

The populated Kip7DeployerResponse instance.

Type
Kip7DeployerResponse