Skip to main content

ProtocolKeyIdMapper

Trait ProtocolKeyIdMapper 

Source
pub trait ProtocolKeyIdMapper<S, H>: KeyIdMapping<<H as SphinxHeaderSpec>::KeyId, <<S as SphinxSuite>::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 as SphinxHeaderSpec>::KeyId, <<S as SphinxSuite>::P as Keypair>::Public>,