menu
blockchain_utils package
documentation
crypto/crypto/schnorrkel/keys/keys.dart
SchnorrkelMiniSecretKey
toBytes method
toBytes method
dark_mode
light_mode
toBytes
method
List
<
int
>
toBytes
(
)
mini-secret key as bytes.
Implementation
List<int> toBytes() => _bytes.clone();
blockchain_utils package
documentation
crypto/crypto/schnorrkel/keys/keys
SchnorrkelMiniSecretKey
toBytes method
SchnorrkelMiniSecretKey class