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

Representation of Stellar FreezeBypassTxs type.

Summary

Types

@type t() :: %StellarBase.XDR.FreezeBypassTxs{tx_hashes: tx_hashes_type()}
@type tx_hashes_type() :: StellarBase.XDR.HashList.t()

Functions

@spec new(tx_hashes :: tx_hashes_type()) :: t()