UNPKG

@ledgerhq/coin-algorand

Version:
10 lines (7 loc) 277 B
import { createCustomErrorClass } from "@ledgerhq/errors"; export const AlgorandASANotOptInInRecipient = createCustomErrorClass( "AlgorandASANotOptInInRecipient", ); export const AlgorandMemoExceededSizeError = createCustomErrorClass( "AlgorandMemoExceededSizeError", );