Class RevokeSignerSponsorshipOperation.Builder

java.lang.Object
org.stellar.sdk.RevokeSignerSponsorshipOperation.Builder
Enclosing class:
RevokeSignerSponsorshipOperation

public static class RevokeSignerSponsorshipOperation.Builder extends Object
  • Constructor Details

    • Builder

      public Builder(String accountId, SignerKey signer)
      Creates a new RevokeSignerSponsorshipOperation builder.
      Parameters:
      accountId - The id of the account whose signer will be revoked.
      signer - The signer whose sponsorship which will be revoked.
  • Method Details