Kip17DeployResponse

Kip17DeployResponse

new Kip17DeployResponse()

Version:
  • 1.0

The Kip17DeployResponse model module.

Members

status :String

Transaction status

Type:
  • String

transactionHash :String

Transaction hash

Type:
  • String

options :Kip17FeePayerOptions

Type:

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip17DeployResponse instance.

Type
Kip17DeployResponse

Kip17DeployResponse

new Kip17DeployResponse(status, transactionHash)

Constructs a new Kip17DeployResponse.

Parameters:
Name Type Description
status String

Transaction status

transactionHash String

Transaction hash

Members

status :String

Transaction status

Type:
  • String

transactionHash :String

Transaction hash

Type:
  • String

options :Kip17FeePayerOptions

Type:

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip17DeployResponse instance.

Type
Kip17DeployResponse