getV method

int getV()

{0,1} + 27

Implementation

int getV() {
  // https://github.com/ethereum/EIPs/blob/master/EIPS/eip-155.md
  // > The currently existing signature scheme using v = 27 and v = 28 remains
  // > valid and continues to operate under the same rules as it did previously.
  return _V + 27;
}