Skip to content
Alchemy Logo

BaseWalletClient

type BaseWalletClient<TExtend> = Client<
  Transport<"alchemyHttp">,
  Chain,
  JsonRpcAccount<Address>,
  WalletServerViemRpcSchema,
  TExtend
>;

Defined in: packages/wallet-apis/src/types.ts:16

Type ParameterDefault type

TExtend extends | { [key: string]: unknown; } | undefined

| { [key: string]: unknown; } | undefined

Was this page helpful?