new GetKip17TokenResponse()
- Version:
- 1.0
The GetKip17TokenResponse model module.
Members
createdAt :Number
UNIX timestamp of the time when this token was minted
Type:
- Number
owner :String
Current token owner EOA address
Type:
- String
previousOwner :String
Previous owner who transferred this token to the current owner
Type:
- String
tokenId :String
ID assigned to this token
Type:
- String
tokenUri :String
URI identifying the doc containing metadata of this token
Type:
- String
transactionHash :String
The last transaction hash mutated this token state
Type:
- String
updatedAt :Number
UNIX timestamp of the time when this token was last mutated
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.