menu
sui package
documentation
cryptography/ed25519_keypair.dart
Ed25519Keypair
publicKeyBytes method
publicKeyBytes method
dark_mode
light_mode
publicKeyBytes
method
Uint8List
publicKeyBytes
(
)
Implementation
Uint8List publicKeyBytes() { return Uint8List.fromList(_signingKeypair.publicKey.bytes); }
sui package
documentation
cryptography/ed25519_keypair
Ed25519Keypair
publicKeyBytes method
Ed25519Keypair class