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