secretKey method

SchnorrkelSecretKey secretKey()

secret key

Implementation

SchnorrkelSecretKey secretKey() {
  return SchnorrkelSecretKey.fromBytes(_secretKey);
}