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

Representation of Stellar Signature type.

Summary

Types

@type t() :: %StellarBase.XDR.Signature{signature: String.t()}

Functions

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