test-ic-wallet-middleware-icrc
Version:
Ic middleware wallet ICRC protocol
7 lines (6 loc) • 470 B
TypeScript
export declare const IcrcCacheMetadataErrorKey = "metadata.unavailable";
export declare const IcrcCacheMetadataErrorMessage = "Metadata Unavailable";
export declare const IcrcCacheTransactionFeeErrorKey = "transactionFee.unavailable";
export declare const IcrcCacheTransactionFeeErrorMessage = "TransactionFee Unavailable";
export declare const IcrcCacheBalanceErrorKey = "balance.unavailable";
export declare const IcrcCacheBalanceErrorMessage = "Balance Unavailable";