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