isRevoked method

bool isRevoked(
  1. int index
)

Implementation

bool isRevoked(int index) {
  return revocationList.getAt(index);
}