UNPKG

@ledgerhq/coin-mina

Version:
14 lines 536 B
import { createCustomErrorClass } from "@ledgerhq/errors"; /* * When the memo is greater than 32 characters */ export const InvalidMemoMina = createCustomErrorClass("InvalidMemoMina"); /* * When the user sends less than the account creation fee of 1 MINA */ export const AccountCreationFeeWarning = createCustomErrorClass("AccountCreationFeeWarning"); /* * When the amount is less than the account creation fee of 1 MINA */ export const AmountTooSmall = createCustomErrorClass("AmountTooSmall"); //# sourceMappingURL=errors.js.map