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

    Type Alias CreateCustomWalletClientParams

    type CreateCustomWalletClientParams = {
        chains?: Chain[];
        customTransportFactory: (params: TransportFactoryParams) => Transport;
        defaultChain?: Chain;
    }
    Index

    Properties

    chains?: Chain[]

    Chains this client will work with

    customTransportFactory: (params: TransportFactoryParams) => Transport

    Factory function that creates transport for a given chain

    defaultChain?: Chain

    Default chain for operations when no chain is specified, defaults to ETH_SEPOLIA