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

Representation of Stellar Signature type.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

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