Method: Klay::Key#private_key

Defined in:
lib/klay/key.rb

#private_keyObject (readonly)

The Secp256k1::PrivateKey of the Klay::Key pair.



34
35
36
# File 'lib/klay/key.rb', line 34

def private_key
  @private_key
end