View Source Soroban.Types.Duration (Soroban v0.9.0)

Duration struct definition.

Link to this section Summary

Link to this section Types

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