new Kip37TokenListResponseItem()
- Version:
- 1.0
The Kip37TokenListResponseItem model module.
Members
tokenId :String
Token ID
Type:
- String
owner :String
Klaytn account address of the token owner
Type:
- String
tokenAddress :String
Contract address
Type:
- String
totalSupply :String
Total token supply (in hex.)
Type:
- String
tokenUri :String
Token URI
Type:
- String
replacedTokenUri :String
Changed token URI. The token ID is used as the URI path.
Type:
- String
balance :String
Balance (in hex.)
Type:
- String
transactionHash :String
Latest transaction hash (32-byte)
Type:
- String
transferFrom :String
The Klaytn account address of the sender of the lastest TransferSingle or TransferBatch
Type:
- String
transferTo :String
The Klaytn account address of the receiver of the lastest TransferSingle or TransferBatch
Type:
- String
updatedAt :String
Timestamp of the latest change in token data
Type:
- String
Methods
(static) constructFromObject(data, obj) → {Kip37TokenListResponseItem}
Constructs a Kip37TokenListResponseItem 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 |
Kip37TokenListResponseItem | Optional instance to populate. |
Returns:
The populated Kip37TokenListResponseItem instance.