Type Alias WalletCapabilities
WalletCapabilities: {
[chainId: `0x${string}`]: {
atomic: { status: "supported" | "unsupported" };
paymasterService: { supported: boolean };
};
}
Type declaration
[chainId: `0x${string}`]: {
atomic: { status: "supported" | "unsupported" };
paymasterService: { supported: boolean };
}
Type declaration
atomic: { status: "supported" | "unsupported" }
paymasterService: { supported: boolean }
The capabilities of the wallet by chainId. If the wallet does not support Smart Account operations on a chain, it will not be included in the object.