CDP Frontend SDK
    Preparing search index...

    Type Alias UseWaitForUserOperationParameters

    Represents the parameters for the useWaitForUserOperation hook.

    type UseWaitForUserOperationParameters = {
        userOperationHash?: Hex;
        evmSmartAccount?: EvmAddress;
        network?: SendEvmTransactionWithEndUserAccountBodyNetwork;
        enabled?: boolean;
    }
    Index

    Properties

    userOperationHash?: Hex
    evmSmartAccount?: EvmAddress
    enabled?: boolean