Skip to main content
type UseWaitForUserOperationParameters = {
  userOperationHash?: Hex;
  evmSmartAccount?: EvmAddress;
  network?: SendEvmTransactionWithEndUserAccountBodyNetwork;
  enabled?: boolean;
};
Represents the parameters for the useWaitForUserOperation hook.

Properties

PropertyType
userOperationHash?Hex
evmSmartAccount?EvmAddress
network?SendEvmTransactionWithEndUserAccountBodyNetwork
enabled?boolean
I