ClaimClaimableBalanceOperationResponse constructor

ClaimClaimableBalanceOperationResponse(
  1. String balanceId,
  2. String claimantAccountId
)

Implementation

ClaimClaimableBalanceOperationResponse(
    this.balanceId, this.claimantAccountId);