Type Alias TransactionStatus

TransactionStatus:
    | "within_mempool"
    | "within_reversible_block"
    | "within_irreversible_block"
    | "expired_reversible"
    | "expired_irreversible"
    | "unknown"