r property

String r

The r portion of the elliptic curve signatures for transaction.

This is more accurately, the x coordinate of the point r (from which the y can be computed, along with v).

Implementation

String get r => impl.r;