Anoma.Node.Registry.Address
(Anoma v0.29.0)
Summary
I represent the Anoma Address.
Types
@type t() :: %Anoma.Node.Registry.Address{
engine: atom(),
label: atom(),
node_id: String.t()
}
I represent the Anoma Address.
Fields
:node_id
- The node id.:engine
- The engine name.:label
- The label. Default: nil.