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
is_pendingexecution_tx_hashexecution_receiptexecution_blockMethods summary
__init__(is_pending[, execution_tx_hash, ...])