menu
blockchain_utils package
documentation
crypto/crypto/schnorrkel/keys/keys.dart
SchnorrkelSignature
r property
r property
dark_mode
light_mode
r
property
List
<
int
>
get
r
Returns the 'r' component of the signature.
Implementation
List<int> get r => List<int>.from(_r);
blockchain_utils package
documentation
crypto/crypto/schnorrkel/keys/keys
SchnorrkelSignature
r property
SchnorrkelSignature class