test-ic-wallet-middleware-icrc
Version:
Ic middleware wallet ICRC protocol
10 lines (9 loc) • 715 B
JavaScript
;
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";