View Source StellarBase.XDR.Duration (Elixir Stellar Base v0.10.1)

Representation of Stellar Duration type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.Duration{value: non_neg_integer()}

Link to this section Functions

@spec new(value :: non_neg_integer()) :: t()