XdrTrustLineEntry constructor

XdrTrustLineEntry(
  1. XdrAccountID _accountID,
  2. XdrTrustlineAsset _asset,
  3. XdrInt64 _balance,
  4. XdrInt64 _limit,
  5. XdrUint32 _flags,
  6. XdrTrustLineEntryExt _ext,
)

Implementation

XdrTrustLineEntry(this._accountID, this._asset, this._balance, this._limit,
    this._flags, this._ext);