Anoma.Node (Anoma v0.25.0)

Summary

Functions

I am the random ID generator for examples.

I am the random ID generator with prefixed string.

Callback implementation for Application.start/2.

Functions

Link to this function

example_random_id()

@spec example_random_id() :: String.t()

I am the random ID generator for examples.

I call prefix_random_id/1 with argument example_

Link to this function

prefix_random_id(string)

@spec prefix_random_id(String.t()) :: String.t()

I am the random ID generator with prefixed string.

I concatenate a given string with a random base 16 string.

Link to this function

start(type, args)

Callback implementation for Application.start/2.