View Source Soroban.Types.Int32 (Soroban v0.13.0)

Int32 struct definition.

Summary

Types

@type errors() :: atom()
@type t() :: %Soroban.Types.Int32{value: value()}
@type validation() :: {:ok, value()} | {:error, errors()}
@type value() :: integer()