UNPKG

test-ic-wallet-middleware-icrc

Version:
10 lines (9 loc) 715 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IcrcCacheBalanceErrorMessage = exports.IcrcCacheBalanceErrorKey = exports.IcrcCacheTransactionFeeErrorMessage = exports.IcrcCacheTransactionFeeErrorKey = exports.IcrcCacheMetadataErrorMessage = exports.IcrcCacheMetadataErrorKey = void 0; exports.IcrcCacheMetadataErrorKey = "metadata.unavailable"; exports.IcrcCacheMetadataErrorMessage = "Metadata Unavailable"; exports.IcrcCacheTransactionFeeErrorKey = "transactionFee.unavailable"; exports.IcrcCacheTransactionFeeErrorMessage = "TransactionFee Unavailable"; exports.IcrcCacheBalanceErrorKey = "balance.unavailable"; exports.IcrcCacheBalanceErrorMessage = "Balance Unavailable";