@circle-fin/usdckit - v0.22.0
    Preparing search index...

    Type Alias CustomWalletClient

    CustomWalletClient: Omit<Client, "chain"> & { chain: Chain; logger: Logger } & PublicActions & WalletActions & Actions & Actions & Actions & Actions & {
        config: Config;
    }

    Client type for custom wallet provider integrations Extends viem client with USDCKit actions and wagmi configuration support