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

Representation of Stellar String64 type.

Summary

Types

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

Functions

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