Class CreateClaimableBalanceOperation.Builder

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

public static class CreateClaimableBalanceOperation.Builder extends Object
  • Constructor Details

    • Builder

      public Builder(String amount, Asset asset, List<Claimant> claimants)
      Creates a new CreateClaimableBalance builder.
      Parameters:
      amount - The amount which can be claimed.
      asset - The asset which can be claimed/
      claimants - The list of entities which can claim the balance.
  • Method Details