View Source StellarBase.XDR.Operations.LiquidityPoolWithdraw (Elixir Stellar Base v0.9.0)
Representation of Stellar LiquidityPoolWithdraw
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.Operations.LiquidityPoolWithdraw{ amount: StellarBase.XDR.Int64.t(), min_amount_a: StellarBase.XDR.Int64.t(), min_amount_b: StellarBase.XDR.Int64.t(), pool_id: StellarBase.XDR.PoolID.t() }
Link to this section Functions
@spec new( pool_id :: StellarBase.XDR.PoolID.t(), amount :: StellarBase.XDR.Int64.t(), min_amount_a :: StellarBase.XDR.Int64.t(), min_amount_b :: StellarBase.XDR.Int64.t() ) :: t()