Trait ipfs_embed::ToLibp2p [−][src]
pub trait ToLibp2p {
fn to_keypair(&self) -> Keypair;
fn to_public(&self) -> PublicKey;
fn to_peer_id(&self) -> PeerId { ... }
}Required methods
fn to_keypair(&self) -> KeypairProvided methods
fn to_peer_id(&self) -> PeerId