GetKip17TokenResponse

GetKip17TokenResponse

new GetKip17TokenResponse()

Version:
  • 1.0

The GetKip17TokenResponse model module.

Members

createdAt :Number

The UNIX timestamp of when the token was minted.

Type:
  • Number

owner :String

The Klaytn accound address of the current owner.

Type:
  • String

previousOwner :String

The Klaytn account address of the previous owner.

Type:
  • String

tokenId :String

The ID assigned to the token.

Type:
  • String

tokenUri :String

The URI that contains the tokens's metadata.

Type:
  • String

transactionHash :String

The hash of the latest transaction that caused a token ownership change.

Type:
  • String

updatedAt :Number

The UNIX timestamp of the last token ownership change.

Type:
  • Number

Methods

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

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

Optional instance to populate.

Returns:

The populated GetKip17TokenResponse instance.

Type
GetKip17TokenResponse

GetKip17TokenResponse

new GetKip17TokenResponse(createdAt, owner, previousOwner, tokenId, tokenUri, transactionHash, updatedAt)

Constructs a new GetKip17TokenResponse.

Parameters:
Name Type Description
createdAt Number

The UNIX timestamp of when the token was minted.

owner String

The Klaytn accound address of the current owner.

previousOwner String

The Klaytn account address of the previous owner.

tokenId String

The ID assigned to the token.

tokenUri String

The URI that contains the tokens's metadata.

transactionHash String

The hash of the latest transaction that caused a token ownership change.

updatedAt Number

The UNIX timestamp of the last token ownership change.

Members

createdAt :Number

The UNIX timestamp of when the token was minted.

Type:
  • Number

owner :String

The Klaytn accound address of the current owner.

Type:
  • String

previousOwner :String

The Klaytn account address of the previous owner.

Type:
  • String

tokenId :String

The ID assigned to the token.

Type:
  • String

tokenUri :String

The URI that contains the tokens's metadata.

Type:
  • String

transactionHash :String

The hash of the latest transaction that caused a token ownership change.

Type:
  • String

updatedAt :Number

The UNIX timestamp of the last token ownership change.

Type:
  • Number

Methods

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

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

Optional instance to populate.

Returns:

The populated GetKip17TokenResponse instance.

Type
GetKip17TokenResponse