TransactionStatus:
    | "sent"
    | "pending"
    | "proposed"
    | "committed"
    | "unknown"
    | "rejected"