export type TxBroadcastResponse = {
    id: string;
    result: string;
    error: string | null;
};
