Anoma.Node (Anoma v0.29.0)
Summary
Functions
I am the random ID generator for examples.
I am the random ID generator with prefixed string.
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)
I am the random ID generator with prefixed string.
I concatenate a given string with a random base 16 string.