ClaimableBalanceResponse constructor

ClaimableBalanceResponse(
  1. String balanceId,
  2. Asset asset,
  3. String amount,
  4. String? sponsor,
  5. int lastModifiedLedger,
  6. String? lastModifiedTime,
  7. List<ClaimantResponse> claimants,
  8. ClaimableBalanceResponseLinks links,
  9. ClaimableBalanceFlags flags,
)

Implementation

ClaimableBalanceResponse(
    this.balanceId,
    this.asset,
    this.amount,
    this.sponsor,
    this.lastModifiedLedger,
    this.lastModifiedTime,
    this.claimants,
    this.links,
    this.flags);