Function reth_discv5::build_local_enr

source ยท
pub fn build_local_enr(
    sk: &SecretKey,
    config: &Config,
) -> (Enr<SecretKey>, NodeRecord, Option<&'static [u8]>, IpMode)
Expand description

Builds the local ENR with the supplied key.