XdrClaimOfferAtomV0 constructor

XdrClaimOfferAtomV0(
  1. XdrUint256 _sellerEd25519,
  2. XdrUint64 _offerID,
  3. XdrAsset _assetSold,
  4. XdrInt64 _amountSold,
  5. XdrAsset _assetBought,
  6. XdrInt64 _amountBought,
)

Implementation

XdrClaimOfferAtomV0(this._sellerEd25519, this._offerID, this._assetSold,
    this._amountSold, this._assetBought, this._amountBought);