Anoma.Node.Supervisor (Anoma v0.31.0)

I am the top level supervisor for the Anoma node.

Summary

Types

The type of the arguments that the supervisor expects.

Functions

The default arguments for the supervisor.

Types

@type args_t() :: [
  node_id: String.t(),
  grpc_port: non_neg_integer(),
  replay: boolean(),
  transaction: [{:mempool, any()}]
]

The type of the arguments that the supervisor expects.

Functions

Link to this function

child_spec(init_arg)

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

The default arguments for the supervisor.

Link to this function

start_link(args)

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