Class SetTrustlineFlagsOperation.Builder

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

public static class SetTrustlineFlagsOperation.Builder extends Object
Builds SetTrustlineFlagsOperation operation.
See Also:
  • Constructor Details

    • Builder

      public Builder(String trustor, Asset asset, EnumSet<TrustLineFlags> clearFlags, EnumSet<TrustLineFlags> setFlags)
      Creates a new SetTrustlineFlagsOperation builder.
      Parameters:
      trustor - The account holding the trustline.
      asset - The asset held in the trustline.
      clearFlags - The flags to be cleared on the trustline.
      setFlags - The flags to be set on the trustline.
  • Method Details