new FDTransactionWithCurrencyResultList()
- Version:
- 1.0
The FDTransactionWithCurrencyResultList model module.
Members
cursor :String
The pointer for the next request, after which the result will be returned.
Type:
- String
items :Array.<FDTransactionWithCurrencyResult>
The result of fee delegation transactions and the fee amount
Type:
- Array.<FDTransactionWithCurrencyResult>
Methods
(static) constructFromObject(data, obj) → {FDTransactionWithCurrencyResultList}
Constructs a FDTransactionWithCurrencyResultList 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 |
FDTransactionWithCurrencyResultList | Optional instance to populate. |
Returns:
The populated FDTransactionWithCurrencyResultList instance.