View Source StellarBase.XDR.HashList (Elixir Stellar Base v0.17.0)

Representation of Stellar HashList type.

Summary

Types

@type t() :: %StellarBase.XDR.HashList{items: [StellarBase.XDR.Hash.t()]}

Functions

@spec new(items :: [StellarBase.XDR.Hash.t()]) :: t()