Anoma.Node.Transport.Advertise behaviour (Anoma v0.34.0)

Summary

Callbacks

I advertise a node configuration to another node on the network.

Callbacks

advertise(node_config, remote_node_id, remote_node_advert)

@callback advertise(
  node_config :: map(),
  remote_node_id :: String.t(),
  remote_node_advert :: Anoma.Node.Transport.NetworkRegister.Advert.t()
) :: :ok

I advertise a node configuration to another node on the network.