menu
blockchain_utils package
documentation
crypto/crypto/schnorrkel/keys/keys.dart
VRFProof
s property
s property
dark_mode
light_mode
s
property
List
<
int
>
get
s
Gets a copy of the 's' component as a
List<int>
.
Implementation
List<int> get s => List<int>.from(_s);
blockchain_utils package
documentation
crypto/crypto/schnorrkel/keys/keys
VRFProof
s property
VRFProof class