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.