@account-kit/infra
Version:
adapters for @aa-sdk/core for interacting with alchemy services
13 lines • 383 B
TypeScript
import type { Address } from "viem";
export type InfraEventsSchema = [
{
EventName: "client_send_uo";
EventData: {
signerType: string;
chainId: number;
entryPoint: Address;
};
}
];
export declare const InfraLogger: import("@account-kit/logging").EventLogger<InfraEventsSchema>;
//# sourceMappingURL=metrics.d.ts.map