import { createCustomErrorClass } from "@ledgerhq/errors";

export const AlgorandASANotOptInInRecipient = createCustomErrorClass(
  "AlgorandASANotOptInInRecipient",
);
