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

Representation of Stellar Liabilities type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.Liabilities{
  buying: StellarBase.XDR.Int64.t(),
  selling: StellarBase.XDR.Int64.t()
}

Link to this section Functions

@spec new(buying :: StellarBase.XDR.Int64.t(), selling :: StellarBase.XDR.Int64.t()) ::
  t()