menu
sui package
documentation
cryptography/bip32/ecurve.dart
getEncoded function
getEncoded function
dark_mode
light_mode
getEncoded
function
Uint8List
getEncoded
(
ECPoint?
P
,
dynamic
compressed
)
Implementation
Uint8List getEncoded(ECPoint? P, compressed) { return P!.getEncoded(compressed); }
sui package
documentation
cryptography/bip32/ecurve
getEncoded function
ecurve library