Anoma.Node.Supervisor (Anoma v0.31.0)
I am the top level supervisor for the Anoma node.
Summary
Types
Link to this type
args_t()
@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)
The default arguments for the supervisor.
Link to this function