pub trait ProtocolKeyIdMapper<S, H>: KeyIdMapping<<H as SphinxHeaderSpec>::KeyId, <<S as SphinxSuite>::P as Keypair>::Public>where
S: SphinxSuite,
H: SphinxHeaderSpec,{ }Expand description
Protocol instantiation specific implementation of the [KeyIdMapping]