v property

int v

The v portion of the elliptic curve signatures for transaction.

This is used to refine which of the two possible points a given x-coordinate can have, and in EIP-155 is additionally used to encode the chain ID into the serialized transaction.

Implementation

external int get v;