View Source StellarBase.XDR.String (Elixir Stellar Base v0.12.0)

Representation of Stellar String type.

Link to this section Summary

Link to this section Types

@type string_type() :: String.t()
@type t() :: %StellarBase.XDR.String{value: string_type()}

Link to this section Functions

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