type WalletCapabilities = {
[chainId: `0x${string}`]: {
atomic: {
status: "supported" | "unsupported";
};
paymasterService: {
supported: boolean;
};
};
};
[chainId: `0x${string}`]: {
atomic: {
status: "supported" | "unsupported";
};
paymasterService: {
supported: boolean;
};
}
Was this page helpful?