View Source Kadena.Types.PactValue (Kadena v0.19.1)
PactValue
structure definition.
Link to this section Summary
Link to this section Types
@type decimal() :: Decimal.t()
@type error_list() :: Keyword.t()
@type literal() :: integer() | decimal() | boolean() | String.t() | Kadena.Types.PactInt.t() | Kadena.Types.PactDecimal.t() | t() | pact_values()
@type pact_values() :: [t()]
@type str() :: String.t()
@type t() :: %Kadena.Types.PactValue{literal: literal()}
@type validation() :: {:ok, literal() | t()} | {:error, error_list()}