Variable ValidatorInfo.address

Public key associated with the UTXO

struct ValidatorInfo
{
  // ...
  PublicKey address ;
  // ...
}