menu
agent_dart_base package
documentation
identity/secp256k1.dart
Secp256k1KeyPair
toJson method
toJson method
dark_mode
light_mode
toJson
method
List
<
String
>
toJson
(
)
Implementation
List<String> toJson() { return [publicKey.toDer().toHex(), secretKey.toHex()]; }
agent_dart_base package
documentation
identity/secp256k1
Secp256k1KeyPair
toJson method
Secp256k1KeyPair class