getClaimableBalanceId method

String? getClaimableBalanceId()

Implementation

String? getClaimableBalanceId() {
  if (_balanceID != null && _balanceID!.v0 != null) {
    return Util.bytesToHex(_balanceID!.v0!.hash);
  }
  return null;
}