View Source StellarBase.XDR.Liabilities (Elixir Stellar Base v0.16.0)
Representation of Stellar Liabilities
type.
Summary
Types
@type t() :: %StellarBase.XDR.Liabilities{ buying: StellarBase.XDR.Int64.t(), selling: StellarBase.XDR.Int64.t() }
Functions
@spec new(buying :: StellarBase.XDR.Int64.t(), selling :: StellarBase.XDR.Int64.t()) :: t()