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

PactValue structure definition.

Link to this section Summary

Link to this section Types

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