XdrTransactionV0 constructor

XdrTransactionV0(
  1. XdrUint256 _sourceAccountEd25519,
  2. XdrUint32 _fee,
  3. XdrSequenceNumber _seqNum,
  4. XdrTimeBounds? _timeBounds,
  5. XdrMemo _memo,
  6. List<XdrOperation> _operations,
  7. XdrTransactionV0Ext _ext,
)

Implementation

XdrTransactionV0(this._sourceAccountEd25519, this._fee, this._seqNum,
    this._timeBounds, this._memo, this._operations, this._ext);