TrustlineSponsorshipUpdatedEffectResponse constructor

TrustlineSponsorshipUpdatedEffectResponse(
  1. String? newSponsor,
  2. String? formerSponsor,
  3. String? asset,
  4. String? assetType,
  5. String? liquidityPoolId,
)

Implementation

TrustlineSponsorshipUpdatedEffectResponse(this.newSponsor, this.formerSponsor,
    this.asset, this.assetType, this.liquidityPoolId);