new Kip17ContractListResponseItem()
- Version:
- 1.0
The Kip17ContractListResponseItem model module.
Members
address :String
Type:
- String
alias :String
Type:
- String
name :String
Type:
- String
symbol :String
Type:
- String
Methods
(static) constructFromObject(data, obj) → {Kip17ContractListResponseItem}
Constructs a Kip17ContractListResponseItem 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 |
Kip17ContractListResponseItem | Optional instance to populate. |
Returns:
The populated Kip17ContractListResponseItem instance.