StellarBase.XDR.Liabilities (Elixir Stellar Base v0.8.7) View Source
Representation of Stellar Liabilities type.
Link to this section Summary
Link to this section Types
Specs
t() :: %StellarBase.XDR.Liabilities{
buying: StellarBase.XDR.Int64.t(),
selling: StellarBase.XDR.Int64.t()
}
Link to this section Functions
Specs
new(buying :: StellarBase.XDR.Int64.t(), selling :: StellarBase.XDR.Int64.t()) :: t()