menu
sui package
documentation
cryptography/keypair.dart
PublicKey
toRawBytes abstract method
toRawBytes abstract method
dark_mode
light_mode
toRawBytes
abstract method
Uint8List
toRawBytes
(
)
Return the byte array representation of the public key
Implementation
Uint8List toRawBytes();
sui package
documentation
cryptography/keypair
PublicKey
toRawBytes abstract method
PublicKey mixin