ClaimClaimableBalanceOperationResponse constructor

ClaimClaimableBalanceOperationResponse(
  1. String? balanceId,
  2. String? claimantAccountId,
  3. String? claimantMuxed,
  4. String? claimantMuxedId,
)

Implementation

ClaimClaimableBalanceOperationResponse(
    this.balanceId, this.claimantAccountId, this.claimantMuxed, this.claimantMuxedId);