Anoma.Node (Anoma v0.34.0)

Summary

Functions

I am the random ID generator for examples.

I am the random ID generator with prefixed string.

Functions

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_

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.