menu
sui package
documentation
cryptography/secp256k1_keypair.dart
Secp256k1Keypair
getSecretKey method
getSecretKey method
dark_mode
light_mode
getSecretKey
method
@
override
Uint8List
getSecretKey
(
)
override
The secret key for this keypair
Implementation
@override Uint8List getSecretKey() { return _keypair.secretKey; }
sui package
documentation
cryptography/secp256k1_keypair
Secp256k1Keypair
getSecretKey method
Secp256k1Keypair class