menu
blockchain_utils package
documentation
crypto/crypto/cdsa/eddsa/keys/publickey.dart
EDDSAPublicKey
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
List
<
int
>
toBytes
(
)
Retrieves the encoded public key as bytes.
Implementation
List<int> toBytes() { return List<int>.from(_encoded); }
blockchain_utils package
documentation
crypto/crypto/cdsa/eddsa/keys/publickey
EDDSAPublicKey
toBytes method
EDDSAPublicKey class