@ledgerhq/coin-filecoin
Version:
Ledger Filecoin Coin integration
10 lines • 428 B
JavaScript
import { createCustomErrorClass } from "@ledgerhq/errors";
/*
* When the recipient is non f0, f4 or eth address during token transfer
*/
export const InvalidRecipientForTokenTransfer = createCustomErrorClass("InvalidRecipientForTokenTransfer");
/*
* When the fee estimation endpoint fails
*/
export const FilecoinFeeEstimationFailed = createCustomErrorClass("FilecoinFeeEstimationFailed");
//# sourceMappingURL=errors.js.map