menu
blockchain_utils package
documentation
crypto/crypto/zcrypto/pasta/fields/native/fp.dart
PallasNativeFp
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
@
override
List
<
int
>
toBytes
(
)
override
Serializes the field element to bytes.
Implementation
@override List<int> toBytes() { return v.toU256LeBytes(); }
blockchain_utils package
documentation
crypto/crypto/zcrypto/pasta/fields/native/fp
PallasNativeFp
toBytes method
PallasNativeFp class