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

PactInt struct definition.

Link to this section Summary

Link to this section Types

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