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

Int64 struct definition.

Summary

Types

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