View Source StellarBase.XDR.String30 (Elixir Stellar Base v0.15.0)

Representation of Stellar String30 type.

Summary

Types

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

Functions

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