export interface GetAtomicTxParams {
  txID: string;
}

export interface GetAtomicTxStatusResponse {
  status: string;
  blockHeight: string;
}
