Class ClaimOfferAtomV0

java.lang.Object
org.stellar.sdk.xdr.ClaimOfferAtomV0

public class ClaimOfferAtomV0 extends Object
ClaimOfferAtomV0's original definition in the XDR file is:
 struct ClaimOfferAtomV0
 {
     // emitted to identify the offer
     uint256 sellerEd25519; // Account that owns the offer
     int64 offerID;

     // amount and asset taken from the owner
     Asset assetSold;
     int64 amountSold;

     // amount and asset sent to the owner
     Asset assetBought;
     int64 amountBought;
 };