data property
Uint8List
get
data
The serialized 32 byte r and s values of a schnorr signature
Implementation
Uint8List get data => Uint8List.fromList(_data);
The serialized 32 byte r and s values of a schnorr signature
Uint8List get data => Uint8List.fromList(_data);