Expand description
Transaction-related constants
This module contains generic transaction constants that apply across all chain types. Chain-specific constants are defined in their respective modules:
- EVM constants:
crate::constants::evm_transaction - Stellar constants:
crate::constants::stellar_transaction
Constantsยง
- FINAL_
TRANSACTION_ STATUSES - Transaction statuses that are considered final states. These states indicate that a transaction has reached its terminal state and will not be processed further.
- PENDING_
TRANSACTION_ STATUSES