export interface GetAtomicTxServerResponse {
  tx: string;
  encoding: string;
  blockHeight: string;
}
