Kip7DeployResponse

Kip7DeployResponse

new Kip7DeployResponse()

Version:
  • 1.0

The Kip7DeployResponse model module.

Members

status :String

Transaction status (Submitted, Pending)

Type:
  • String

transactionHash :String

Transaction hash

Type:
  • String

options :Kip7FeePayerOptionsResponse

Type:

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip7DeployResponse instance.

Type
Kip7DeployResponse

Kip7DeployResponse

new Kip7DeployResponse(status, transactionHash)

Constructs a new Kip7DeployResponse.

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 :Kip7FeePayerOptionsResponse

Type:

Methods

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

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

Optional instance to populate.

Returns:

The populated Kip7DeployResponse instance.

Type
Kip7DeployResponse