Claim Offer Atom V0Xdr
data class ClaimOfferAtomV0Xdr(val sellerEd25519: Uint256Xdr, val offerId: Int64Xdr, val assetSold: AssetXdr, val amountSold: Int64Xdr, val assetBought: AssetXdr, val amountBought: Int64Xdr)
XDR Source: 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;Content copied to clipboard
};