Class RevokeTrustlineSponsorshipOperation.Builder

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

public static class RevokeTrustlineSponsorshipOperation.Builder extends Object
  • Constructor Details

    • Builder

      public Builder(String accountId, TrustLineAsset asset)
      Creates a new RevokeTrustlineSponsorshipOperation builder.
      Parameters:
      accountId - The id of the account whose trustline will be revoked.
      asset - The asset of the trustline which will be revoked.
  • Method Details