Package org.stellar.sdk.xdr
Class AccountEntryExtensionV2.AccountEntryExtensionV2Builder
java.lang.Object
org.stellar.sdk.xdr.AccountEntryExtensionV2.AccountEntryExtensionV2Builder
- Enclosing class:
AccountEntryExtensionV2
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Value of theextfield.numSponsored(Uint32 numSponsored) Value of thenumSponsoredfield.numSponsoring(Uint32 numSponsoring) Value of thenumSponsoringfield.signerSponsoringIDs(SponsorshipDescriptor[] signerSponsoringIDs) Value of thesignerSponsoringIDsfield.toString()
-
Method Details
-
numSponsored
Value of thenumSponsoredfield.- Parameters:
numSponsored- thenumSponsoredfield value- Returns:
this.
-
numSponsoring
Value of thenumSponsoringfield.- Parameters:
numSponsoring- thenumSponsoringfield value- Returns:
this.
-
signerSponsoringIDs
public AccountEntryExtensionV2.AccountEntryExtensionV2Builder signerSponsoringIDs(SponsorshipDescriptor[] signerSponsoringIDs) Value of thesignerSponsoringIDsfield.- Parameters:
signerSponsoringIDs- thesignerSponsoringIDsfield value- Returns:
this.
-
ext
public AccountEntryExtensionV2.AccountEntryExtensionV2Builder ext(AccountEntryExtensionV2.AccountEntryExtensionV2Ext ext) Value of theextfield.- Parameters:
ext- theextfield value- Returns:
this.
-
build
-
toString
-