Class AccountCreditedEffectResponse

java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.effects.EffectResponse
org.stellar.sdk.responses.effects.AccountCreditedEffectResponse
All Implemented Interfaces:
Pageable

public final class AccountCreditedEffectResponse extends EffectResponse
Represents account_credited effect response.
See Also:
  • Constructor Details

    • AccountCreditedEffectResponse

      public AccountCreditedEffectResponse(String amount, String assetType, String assetCode, String assetIssuer)
  • Method Details