Anoma.Node.Supervisor (Anoma v0.34.0)

I am the top level supervisor for the Anoma node.

Summary

Functions

The default arguments for the supervisor.

Types

args_t()

@type args_t() :: [
  node_id: String.t(),
  replay: boolean(),
  node_config: map(),
  transaction: any()
]

Functions

child_spec(init_arg)

@spec child_spec(any()) :: map()

The default arguments for the supervisor.

start_link(args)

@spec start_link(args_t()) :: any()