View Source Soroban.Types.Int128 (Soroban v0.5.0)

Int128 struct definition.

Link to this section Summary

Link to this section Types

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