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

Int64 struct definition.

Link to this section Summary

Link to this section Types

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