Package org.stellar.sdk.xdr
Class ClaimOfferAtomV0.ClaimOfferAtomV0Builder
java.lang.Object
org.stellar.sdk.xdr.ClaimOfferAtomV0.ClaimOfferAtomV0Builder
- Enclosing class:
ClaimOfferAtomV0
-
Method Summary
Modifier and TypeMethodDescriptionamountBought(Int64 amountBought) Value of theamountBoughtfield.amountSold(Int64 amountSold) Value of theamountSoldfield.assetBought(Asset assetBought) Value of theassetBoughtfield.Value of theassetSoldfield.build()Value of theofferIDfield.sellerEd25519(Uint256 sellerEd25519) Value of thesellerEd25519field.toString()
-
Method Details
-
sellerEd25519
Value of thesellerEd25519field.- Parameters:
sellerEd25519- thesellerEd25519field value- Returns:
this.
-
offerID
Value of theofferIDfield.- Parameters:
offerID- theofferIDfield value- Returns:
this.
-
assetSold
Value of theassetSoldfield.- Parameters:
assetSold- theassetSoldfield value- Returns:
this.
-
amountSold
Value of theamountSoldfield.- Parameters:
amountSold- theamountSoldfield value- Returns:
this.
-
assetBought
Value of theassetBoughtfield.- Parameters:
assetBought- theassetBoughtfield value- Returns:
this.
-
amountBought
Value of theamountBoughtfield.- Parameters:
amountBought- theamountBoughtfield value- Returns:
this.
-
build
-
toString
-