Expand description
Common transaction utilities shared across all blockchain networks.
This module contains utility functions and constants that are used across multiple blockchain domains (EVM, Solana, Stellar) to avoid cross-domain dependencies.
Functionsยง
- get_
age_ of_ sent_ at - Gets the age of a transaction since it was sent.
- is_
final_ state - Checks if a transaction is in a final state (confirmed, failed, canceled, or expired).
- is_
pending_ transaction