View Source StellarBase.XDR.LiquidityPoolEntryBody (Elixir Stellar Base v0.10.0)

Representation of Stellar LiquidityPoolEntryBody type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.LiquidityPoolEntryBody{
  entry: entry(),
  type: StellarBase.XDR.LiquidityPoolType.t()
}

Link to this section Functions

@spec new(entry :: entry(), type :: StellarBase.XDR.LiquidityPoolType.t()) :: t()