View Source Kadena.Types.PactValue (Kadena v0.19.0)

PactValue structure definition.

Link to this section Summary

Link to this section Types

@type decimal() :: Decimal.t()
@type error_list() :: Keyword.t()
@type pact_values() :: [t()]
@type raw_decimal() :: float() | str()
@type str() :: String.t()
@type t() :: %Kadena.Types.PactValue{literal: literal()}
@type validation() :: {:ok, literal() | t()} | {:error, error_list()}