GetOwnerKip17TokensResponseItem

GetOwnerKip17TokensResponseItem

new GetOwnerKip17TokensResponseItem()

Version:
  • 1.0

The GetOwnerKip17TokensResponseItem model module.

Members

createdAt :Number

The UNIX timestamp of when the token was minted.

Type:
  • Number

owner :String

The Klaytn account 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 token's metadata.

Type:
  • String

transactionHash :String

Type:
  • String

updatedAt :Number

The UNIX timestamp of the last token ownership change.

Type:
  • Number

Methods

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

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

Optional instance to populate.

Returns:

The populated GetOwnerKip17TokensResponseItem instance.

Type
GetOwnerKip17TokensResponseItem

GetOwnerKip17TokensResponseItem

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

Constructs a new GetOwnerKip17TokensResponseItem.

Parameters:
Name Type Description
createdAt Number

The UNIX timestamp of when the token was minted.

owner String

The Klaytn account 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 token's metadata.

transactionHash String
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 account 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 token's metadata.

Type:
  • String

transactionHash :String

Type:
  • String

updatedAt :Number

The UNIX timestamp of the last token ownership change.

Type:
  • Number

Methods

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

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

Optional instance to populate.

Returns:

The populated GetOwnerKip17TokensResponseItem instance.

Type
GetOwnerKip17TokensResponseItem