OrderStatusResult
Documentation for eth_defi.gmx.order_tracking.OrderStatusResult Python class.
- class OrderStatusResult
Bases:
objectResult of checking order status in GMX DataStore.
- Variables
is_pending – Whether the order is still pending (waiting for keeper execution)
execution_tx_hash – Transaction hash of the keeper execution (if order is no longer pending)
execution_receipt – Full transaction receipt of the keeper execution
execution_block – Block number where the order was executed/cancelled
Attributes summary
Whether the order is still pending
Transaction hash of keeper execution
Full transaction receipt from keeper execution
Block number of execution
Methods summary
__init__(is_pending[, execution_tx_hash, ...])- is_pending: bool
Whether the order is still pending