CDP Frontend SDK
    Preparing search index...

    Type Alias GetUserOperationOptions

    Request parameters for getting a user operation.

    type GetUserOperationOptions = {
        userOperationHash: Hex;
        evmSmartAccount: EvmAddress;
        network: SendEvmTransactionWithEndUserAccountBodyNetwork;
    }
    Index

    Properties

    userOperationHash: Hex

    The user operation hash.

    evmSmartAccount: EvmAddress

    The EVM Smart Account that sent the user operation.

    The network the user operation was sent on.