Documentation
¶
Index ¶
Constants ¶
View Source
const (
PrefixPeerKeyring = "ragep2p_peer"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PeerKeyring ¶
type PeerKeyring struct {
// contains filtered or unexported fields
}
func CreatePeerKeyring ¶
func GetPeerKeyrings ¶
func (*PeerKeyring) KeyPath ¶
func (k *PeerKeyring) KeyPath() commonks.KeyPath
func (*PeerKeyring) MustPeerID ¶
func (k *PeerKeyring) MustPeerID() string
func (*PeerKeyring) PeerID ¶
func (k *PeerKeyring) PeerID() (string, error)
func (*PeerKeyring) PublicKey ¶
func (k *PeerKeyring) PublicKey() ragetypes.PeerPublicKey
Click to show internal directories.
Click to hide internal directories.