AccountCreditedEffectResponse constructor

AccountCreditedEffectResponse(
  1. String? amount,
  2. String? assetType,
  3. String? assetCode,
  4. String? assetIssuer,
)

Implementation

AccountCreditedEffectResponse(this.amount, this.assetType, this.assetCode, this.assetIssuer);