Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

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