Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrivKey ¶
type PrivKey ecdsa.PrivateKey
PrivKey is a general purpose identity manager
It is coercable in ethereum identities It is coercable in protocol members identities It is also coercable in ethereum private key
func ReadPrivKey ¶
ReadPrivKey reads a private key from a file
func (*PrivKey) Eth ¶
func (pk *PrivKey) Eth() *ecdsa.PrivateKey
Eth returns the private key casted to be of geth type
type PubKey ¶
PubKey is a project local alias for ecdsa.PublicKey It is used to have coercion
func UnmarshalPubKey ¶
UnmarshalPubKey attemps to unmarshal a public key
Click to show internal directories.
Click to hide internal directories.