View Source Soroban.Types.UInt128 (Soroban v0.10.0)

UInt128 struct definition.

Link to this section Summary

Link to this section Types

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