Skip to main content
type GetUserOperationOptions = {
  userOperationHash: Hex;
  evmSmartAccount: EvmAddress;
  network: SendEvmTransactionWithEndUserAccountBodyNetwork;
};
Request parameters for getting a user operation.

Properties

PropertyTypeDescription
userOperationHashHexThe user operation hash.
evmSmartAccountEvmAddressThe EVM Smart Account that sent the user operation.
networkSendEvmTransactionWithEndUserAccountBodyNetworkThe network the user operation was sent on.