XdrAccountEntry constructor

XdrAccountEntry(
  1. XdrAccountID _accountID,
  2. XdrInt64 _balance,
  3. XdrSequenceNumber _seqNum,
  4. XdrUint32 _numSubEntries,
  5. XdrAccountID? _inflationDest,
  6. XdrUint32 _flags,
  7. XdrString32 _homeDomain,
  8. XdrThresholds _thresholds,
  9. List<XdrSigner> _signers,
  10. XdrAccountEntryExt _ext,
)

Implementation

XdrAccountEntry(
    this._accountID,
    this._balance,
    this._seqNum,
    this._numSubEntries,
    this._inflationDest,
    this._flags,
    this._homeDomain,
    this._thresholds,
    this._signers,
    this._ext);