Preparing search index...
The search index is not available
Vertex Typescript SDK Documentation
Documentation
Vertex Engine Server Utils
EngineServerExecuteRequestByType
Interface EngineServerExecuteRequestByType
interface
EngineServerExecuteRequestByType
{
liquidate_subaccount
:
SignedTx
<
EIP712LiquidateSubaccountValues
>
;
withdraw_collateral
:
WithSpotLeverage
<
SignedTx
<
EIP712WithdrawCollateralValues
>
>
;
mint_lp
:
WithSpotLeverage
<
SignedTx
<
EIP712MintLpValues
>
>
;
burn_lp
:
SignedTx
<
EIP712BurnLpValues
>
;
place_order
:
EngineServerPlaceOrderParams
;
cancel_orders
:
EngineServerCancelOrdersParams
;
cancel_and_place
:
EngineServiceCancelAndPlaceParams
;
cancel_product_orders
:
SignedTx
<
Omit
<
EIP712ProductOrdersCancellationValues
,
"productIds"
>
&
{
productIds
:
number
[]
;
}
>
;
link_signer
:
SignedTx
<
EIP712LinkSignerValues
>
;
transfer_quote
:
SignedTx
<
EIP712TransferQuoteValues
>
;
}
Index
Properties
liquidate_
subaccount
withdraw_
collateral
mint_
lp
burn_
lp
place_
order
cancel_
orders
cancel_
and_
place
cancel_
product_
orders
link_
signer
transfer_
quote
Properties
liquidate_
subaccount
liquidate_
subaccount
:
SignedTx
<
EIP712LiquidateSubaccountValues
>
withdraw_
collateral
withdraw_
collateral
:
WithSpotLeverage
<
SignedTx
<
EIP712WithdrawCollateralValues
>
>
mint_
lp
mint_
lp
:
WithSpotLeverage
<
SignedTx
<
EIP712MintLpValues
>
>
burn_
lp
burn_
lp
:
SignedTx
<
EIP712BurnLpValues
>
place_
order
place_
order
:
EngineServerPlaceOrderParams
cancel_
orders
cancel_
orders
:
EngineServerCancelOrdersParams
cancel_
and_
place
cancel_
and_
place
:
EngineServiceCancelAndPlaceParams
cancel_
product_
orders
cancel_
product_
orders
:
SignedTx
<
Omit
<
EIP712ProductOrdersCancellationValues
,
"productIds"
>
&
{
productIds
:
number
[]
;
}
>
link_
signer
link_
signer
:
SignedTx
<
EIP712LinkSignerValues
>
transfer_
quote
transfer_
quote
:
SignedTx
<
EIP712TransferQuoteValues
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
liquidate_
subaccount
withdraw_
collateral
mint_
lp
burn_
lp
place_
order
cancel_
orders
cancel_
and_
place
cancel_
product_
orders
link_
signer
transfer_
quote
Documentation
Loading...