View Source Kadena.Types.PactDecimal (Kadena v0.19.1)

PactDecimal struct definition.

Link to this section Summary

Link to this section Types

@type decimal() :: Decimal.t()
@type errors() :: Keyword.t()
@type t() :: %Kadena.Types.PactDecimal{raw_value: decimal(), value: value()}
@type validation() :: {:ok, decimal()} | {:error, errors()}
@type value() :: String.t()