UNPKG

@ledgerhq/coin-mina

Version:
17 lines 722 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AmountTooSmall = exports.AccountCreationFeeWarning = exports.InvalidMemoMina = void 0; const errors_1 = require("@ledgerhq/errors"); /* * When the memo is greater than 32 characters */ exports.InvalidMemoMina = (0, errors_1.createCustomErrorClass)("InvalidMemoMina"); /* * When the user sends less than the account creation fee of 1 MINA */ exports.AccountCreationFeeWarning = (0, errors_1.createCustomErrorClass)("AccountCreationFeeWarning"); /* * When the amount is less than the account creation fee of 1 MINA */ exports.AmountTooSmall = (0, errors_1.createCustomErrorClass)("AmountTooSmall"); //# sourceMappingURL=errors.js.map