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

Representation of Stellar String1024 type.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

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