Stellar.XDR.Operations.LiquidityPoolDeposit (Elixir Stellar Base v0.1.3) View Source
Representation of Stellar LiquidityPoolDeposit
type.
Link to this section Summary
Link to this section Types
Specs
t() :: %Stellar.XDR.Operations.LiquidityPoolDeposit{ max_amount_a: Stellar.XDR.Int64.t(), max_amount_b: Stellar.XDR.Int64.t(), max_price: Stellar.XDR.Price.t(), min_price: Stellar.XDR.Price.t(), pool_id: Stellar.XDR.PoolID.t() }
Link to this section Functions
Specs
new( pool_id :: Stellar.XDR.PoolID.t(), max_amount_a :: Stellar.XDR.Int64.t(), max_amount_b :: Stellar.XDR.Int64.t(), min_price :: Stellar.XDR.Price.t(), max_price :: Stellar.XDR.Price.t() ) :: t()