Kip37DeployResponse

Kip37DeployResponse

new Kip37DeployResponse()

Version:
  • 1.0

The Kip37DeployResponse model module.

Members

status :String

Transaction status (Submitted, Pending)

Type:
  • String

transactionHash :String

Transaction hash

Type:
  • String

options :Kip37FeePayerOptionsResponse

Type:

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip37DeployResponse instance.

Type
Kip37DeployResponse

Kip37DeployResponse

new Kip37DeployResponse(status, transactionHash)

Constructs a new Kip37DeployResponse.

Parameters:
Name Type Description
status String

Transaction status (Submitted, Pending)

transactionHash String

Transaction hash

Members

status :String

Transaction status (Submitted, Pending)

Type:
  • String

transactionHash :String

Transaction hash

Type:
  • String

options :Kip37FeePayerOptionsResponse

Type:

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip37DeployResponse instance.

Type
Kip37DeployResponse