FDTransactionWithCurrencyResultList

FDTransactionWithCurrencyResultList

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:

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.

Type
FDTransactionWithCurrencyResultList

FDTransactionWithCurrencyResultList

new FDTransactionWithCurrencyResultList(cursor, items)

Constructs a new FDTransactionWithCurrencyResultList. List of results of fee delegation transactions and KLAY converted into different currencies based on the rates at the time of sending the transaction.

Parameters:
Name Type Description
cursor String

The pointer for the next request, after which the result will be returned.

items Array.<FDTransactionWithCurrencyResult>

The result of fee delegation transactions and the fee amount

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:

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.

Type
FDTransactionWithCurrencyResultList