@ledgerhq/coin-filecoin
Version:
Ledger Filecoin Coin integration
14 lines (11 loc) • 401 B
text/typescript
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");