View Source StarkNet.Abi.Parser (StarkNet v0.1.0)

Parse StarkNet ABI definitions to Elixir.

Link to this section Summary

Types

Parse error message

Link to this section Types

Specs

error() :: String.t()

Parse error message

Link to this section Functions

Specs

parse(map() | [map()]) :: {:ok, String.t()} | {:error, error()}

Specs

parse_file(Path.t()) :: {:ok, String.t()} | {:error, error()}

Specs

parse_string(String.t()) :: {:ok, String.t()} | {:error, error()}