View Source StellarBase.XDR.SignatureHint (Elixir Stellar Base v0.12.0)

Representation of Stellar SignatureHint type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.SignatureHint{hint: String.t()}

Link to this section Functions

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