@ledgerhq/coin-algorand
Version:
Ledger Algorand Coin integration
4 lines • 299 B
JavaScript
import { createCustomErrorClass } from "@ledgerhq/errors";
export const AlgorandASANotOptInInRecipient = createCustomErrorClass("AlgorandASANotOptInInRecipient");
export const AlgorandMemoExceededSizeError = createCustomErrorClass("AlgorandMemoExceededSizeError");
//# sourceMappingURL=errors.js.map