new Kip17TokenListResponse()
- Version:
- 1.0
The Kip17TokenListResponse model module.
Members
cursor :String
Offset for the next batch
Type:
- String
items :Array.<Kip17TokenListResponseItem>
Type:
- Array.<Kip17TokenListResponseItem>
Methods
(static) constructFromObject(data, obj) → {Kip17TokenListResponse}
Constructs a Kip17TokenListResponse
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 |
Kip17TokenListResponse | Optional instance to populate. |
Returns:
The populated Kip17TokenListResponse
instance.