UNPKG

@arcana/ca-sdk

Version:

Arcana Network's chain abstraction SDK for unified balance in Web3 apps

7 lines (6 loc) 397 B
import { InternalRpcError, UserRejectedRequestError } from "viem"; export declare const ErrorUserDeniedIntent: UserRejectedRequestError; export declare const ErrorUserDeniedAllowance: UserRejectedRequestError; export declare const ErrorInsufficientBalance: InternalRpcError; export declare const ErrorBuildingIntent: InternalRpcError; export declare const ErrorLiquidityTimeout: InternalRpcError;