Skip to main content

ProtocolKeyIdMapper

Trait ProtocolKeyIdMapper 

Source
pub trait ProtocolKeyIdMapper<S: SphinxSuite, H: SphinxHeaderSpec>: KeyIdMapping<H::KeyId, <S::P as Keypair>::Public> { }
Expand description

Protocol instantiation specific implementation of the [KeyIdMapping]

Implementors§

Source§

impl<S, H, T> ProtocolKeyIdMapper<S, H> for T
where S: SphinxSuite, H: SphinxHeaderSpec, T: KeyIdMapping<H::KeyId, <S::P as Keypair>::Public>,