import get from "./get";
import search from "./search";

export const transactions = {
  get,
  search,
};
