Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PeerKeyringWithPrivateKey ¶
type PeerKeyringWithPrivateKey struct {
// contains filtered or unexported fields
}
func NewPeerKeyringWithPrivateKey ¶
func NewPeerKeyringWithPrivateKey(privateKey ed25519.PrivateKey) (*PeerKeyringWithPrivateKey, error)
func (*PeerKeyringWithPrivateKey) PublicKey ¶
func (s *PeerKeyringWithPrivateKey) PublicKey() ragetypes.PeerPublicKey
PublicKey implements ragetypes.PeerKeyring.
Click to show internal directories.
Click to hide internal directories.