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

Representation of Stellar DataValue type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.DataValue{value: binary()}

Link to this section Functions

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