TrustlineSponsorshipUpdatedEffectResponse constructor

TrustlineSponsorshipUpdatedEffectResponse(
  1. String newSponsor,
  2. String formerSponsor
)

Implementation

TrustlineSponsorshipUpdatedEffectResponse(
    this.newSponsor, this.formerSponsor);