Alchemy Logo

Erc7677Client

type Erc7677Client<T, TContext> = Client<
  T,
  Chain,
  undefined,
  Erc7677RpcSchema<TContext>
>;

Defined in: aa-sdk/core/src/middleware/erc7677middleware.ts:54

Type ParameterDefault type

T extends Transport

Transport

TContext extends Record<string, any>

Record<string, any>

Was this page helpful?