secretKey method
secret key
Implementation
SchnorrkelSecretKey secretKey() {
return SchnorrkelSecretKey.fromBytes(List<int>.from(_secretKey));
}
secret key
SchnorrkelSecretKey secretKey() {
return SchnorrkelSecretKey.fromBytes(List<int>.from(_secretKey));
}