View Source StellarBase.XDR.OptionalDataValue (Elixir Stellar Base v0.10.0)

Representation of Stellar OptionalDataValue type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.OptionalDataValue{value: value()}
@type value() :: StellarBase.XDR.DataValue.t() | nil

Link to this section Functions

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