ClaimableBalanceSponsorshipUpdatedEffectResponse constructor

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

Implementation

ClaimableBalanceSponsorshipUpdatedEffectResponse(
    this.newSponsor, this.formerSponsor);