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

Representation of Stellar FreezeBypassTxsDelta type.

Summary

Types

@type add_txs_type() :: StellarBase.XDR.HashList.t()
@type remove_txs_type() :: StellarBase.XDR.HashList.t()
@type t() :: %StellarBase.XDR.FreezeBypassTxsDelta{
  add_txs: add_txs_type(),
  remove_txs: remove_txs_type()
}

Functions

Link to this function

new(add_txs, remove_txs)

View Source
@spec new(add_txs :: add_txs_type(), remove_txs :: remove_txs_type()) :: t()