TrustlineSponsorshipCreatedEffectResponse constructor

TrustlineSponsorshipCreatedEffectResponse(
  1. String? sponsor,
  2. String? asset,
  3. String? assetType,
  4. String? liquidityPoolId,
)

Implementation

TrustlineSponsorshipCreatedEffectResponse(
    this.sponsor, this.asset, this.assetType, this.liquidityPoolId);