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