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

Representation of Stellar Hash type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.Hash{value: binary()}

Link to this section Functions

@spec new(value :: binary()) :: t()