XdrAccountEntryV2 constructor

XdrAccountEntryV2(
  1. XdrUint32 _numSponsored,
  2. XdrUint32 _numSponsoring,
  3. List<XdrAccountID?> _signerSponsoringIDs,
  4. XdrAccountEntryV2Ext _ext,
)

Implementation

XdrAccountEntryV2(this._numSponsored, this._numSponsoring,
    this._signerSponsoringIDs, this._ext);