ClaimableBalanceClaimantCreatedEffectResponse constructor

ClaimableBalanceClaimantCreatedEffectResponse(
  1. String? balanceId,
  2. Asset? asset,
  3. String? amount,
  4. ClaimantPredicateResponse? predicate,
)

Implementation

ClaimableBalanceClaimantCreatedEffectResponse(
    this.balanceId, this.asset, this.amount, this.predicate);