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

Representation of Stellar String1024 type.

Summary

Types

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

Functions

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